Skip to content

Commit

Permalink
Move dependabot to weekly (#183)
Browse files Browse the repository at this point in the history
Also try to prevent it from bumping the minor version of Go until we explicitly want it to do that. I wanted to set this to > 1.22 but I have no idea how that will be interpreted. It could assume that 1.22.4 > 1.22 and thus keep us stuck. So I've picked an abnormally large patch version and hopefully that is clear.
  • Loading branch information
mhutchinson authored Jul 3, 2024
1 parent 7bac765 commit 8716294
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ updates:
- package-ecosystem: docker
directory: /cmd
schedule:
interval: daily
interval: weekly
ignore:
versions:
- "> 1.22.99" # Only allow updates that are 1.22.x

0 comments on commit 8716294

Please sign in to comment.