Skip to content

Commit

Permalink
Lower dependabot frequency to monthly (#228)
Browse files Browse the repository at this point in the history
We are not super dependent on using the latest patch releases of every
crate, so a monthly update frequency should be more than enough.

Note that we still get PRs if/when there is a security update:

https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval
  • Loading branch information
mgeisler authored Aug 29, 2024
1 parent 60770cc commit 87f8c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: monthly
groups:
minor:
update-types:
Expand All @@ -18,7 +18,7 @@ updates:
- package-ecosystem: cargo
directory: /
schedule:
interval: weekly
interval: monthly
groups:
minor:
update-types:
Expand Down

0 comments on commit 87f8c3b

Please sign in to comment.