Skip to content

Commit

Permalink
Reduce Dependabot frequency to monthly (#623)
Browse files Browse the repository at this point in the history
To reduce the churn + email notification noise slightly. GitHub will
still open PRs for any security issues outside of the monthly cadence,
plus updates can be manually triggered through the GitHub UI.

This should hopefully be one of the last of our team's repositories that
isn't already on a monthly cadence.
  • Loading branch information
edmorley authored Aug 4, 2023
1 parent 218d0cc commit 2fe526c
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 @@ -3,15 +3,15 @@ updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"
labels:
- "dependencies"
- "rust"
- "skip changelog"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"
labels:
- "dependencies"
- "github actions"
Expand Down

0 comments on commit 2fe526c

Please sign in to comment.