Skip to content

Commit

Permalink
Update dependabot schedule interval (#75)
Browse files Browse the repository at this point in the history
Problem: weekly dependabot updates are too often.
Solution: change dependabot schedule interval to monthly.
  • Loading branch information
azzmiks committed Feb 21, 2023
1 parent 02a109c commit af56fe1
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 @@ -3,13 +3,13 @@ updates:
- package-ecosystem: gradle
directory: "/"
schedule:
interval: weekly
interval: "monthly"
time: "09:00"
timezone: "Europe/Berlin"
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
interval: "monthly"
time: "09:00"
timezone: "Europe/Berlin"

0 comments on commit af56fe1

Please sign in to comment.