Skip to content

Commit

Permalink
Change the interval for dependabot updates to monthly (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Sep 5, 2024
1 parent 37ed24d commit 36bb956
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 @@ -5,13 +5,13 @@ updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
interval: 'monthly'
labels:
- 'x:size/small'
- package-ecosystem: 'cargo'
directory: '/local-registry'
schedule:
interval: 'weekly'
interval: 'monthly'
groups:
all:
patterns:
Expand Down

0 comments on commit 36bb956

Please sign in to comment.