Skip to content

Commit

Permalink
Change the interval for dependabot updates to monthly (#2533)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Sep 10, 2024
1 parent 5a6ed5d commit 56d3d81
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,7 +5,7 @@ updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
interval: 'monthly'
labels:
- 'dependencies :arrow_up_small:'
- 'github_actions'
Expand All @@ -17,7 +17,7 @@ updates:
directory: '/'
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'daily'
interval: 'monthly'
labels:
- 'dependencies :arrow_up_small:'
- 'javascript'
Expand Down

0 comments on commit 56d3d81

Please sign in to comment.