Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: Fix dependabot error on #/updates/0/schedule/time #115

Merged
merged 1 commit into from
Oct 7, 2023

Conversation

mnako
Copy link
Owner

@mnako mnako commented Oct 7, 2023

dependabot.yml validation failed after merging to main (https://github.com/mnako/cookiecutter-django-postgres-redis-celery/runs/17486383390) with error

The property '#/updates/0/schedule/time' of type integer did not match the following type: string

Looks like Dependabot is not using YAML 1.2 and interpreting 18:00 as a base-60 integer.

All the more reasons to add a strict YAML linter, but for now let me just quote the time.

… type integer did not match the following type: string
@mnako mnako self-assigned this Oct 7, 2023
@mnako mnako enabled auto-merge (squash) October 7, 2023 10:45
@mnako mnako added the auto-merge Pull request will merge automatically when all requirements are met label Oct 7, 2023
@mnako mnako merged commit a7af83d into main Oct 7, 2023
6 checks passed
@mnako mnako deleted the bugfix/dependabot-schedule.time branch October 7, 2023 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge Pull request will merge automatically when all requirements are met
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants