Skip to content

Commit

Permalink
Change the interval for dependabot updates to monthly (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Sep 5, 2024
1 parent f7f9e7a commit 38d27e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
interval: 'monthly'
labels:
- "x:size/tiny"

- package-ecosystem: gradle
directory: "/"
schedule:
interval: weekly
interval: 'monthly'
labels:
- "x:size/small"

- package-ecosystem: docker
directory: "/"
schedule:
interval: weekly
interval: 'monthly'
labels:
- "x:size/small"

0 comments on commit 38d27e7

Please sign in to comment.