Skip to content

Dependabot parser treat hours as integers #26363

Answered by otter-computer
mondeja asked this question in Actions
Discussion options

You must be logged in to vote

Hi @mondeja, welcome to the GitHub Support Community! Dependabot’s configuration is in YAML and 04:00 is a valid sexagesimal integer in YAML. You need to explicitly define the time variable as a string type using " or ' in order for the parser to be able to read this properly.

docs.github.com

Configuration options for dependency updates - GitHub Docs

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment