Skip to content

Commit

Permalink
Change the interval for dependabot updates to monthly (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Sep 5, 2024
1 parent d9ddff6 commit 88b2762
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,9 +5,9 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: 'monthly'
# Keep dockerfile up-to-date
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
interval: 'monthly'

0 comments on commit 88b2762

Please sign in to comment.