Skip to content

Commit

Permalink
Update dependabot.yml to monthly interval
Browse files Browse the repository at this point in the history
This appears to be stable enough that a weekly update cadence feels unnecessary.
  • Loading branch information
dduugg authored Sep 29, 2023
1 parent d527280 commit 52b03a9
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 @@ -4,14 +4,14 @@ updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
labels:
- "automerge"
- "dependencies"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
labels:
- "automerge"
- "dependencies"

0 comments on commit 52b03a9

Please sign in to comment.