Skip to content

Commit

Permalink
Change the interval for dependabot updates to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Sep 4, 2024
1 parent 7231bf2 commit a69bf39
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,10 +6,10 @@ updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
interval: 'monthly'

# Keep dependencies for Composer up-to-date
- package-ecosystem: 'composer'
directory: '/'
schedule:
interval: 'daily'
interval: 'monthly'

0 comments on commit a69bf39

Please sign in to comment.