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 cec2b1a commit e7c5c1f
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,11 +5,11 @@ updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: monthly
interval: 'monthly'

# Enable updates to the dependencies of our Dockerfile
- package-ecosystem: docker
directory: '/'
schedule:
interval: daily
interval: 'monthly'
time: '05:00'

0 comments on commit e7c5c1f

Please sign in to comment.