Skip to content

Commit

Permalink
ci: run dependabot for gomods weekly
Browse files Browse the repository at this point in the history
AWS SDK has a new release almost daily. This is too much of a spam
factor right now. Hopefully we can mitigate this in another way some
day, but for now I think this is the best way to go.
  • Loading branch information
stigok committed Oct 2, 2024
1 parent a5b2b4d commit 93566db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
interval: weekly
time: "13:00"
timezone: "Europe/Oslo"
commit-message:
Expand Down

0 comments on commit 93566db

Please sign in to comment.