Skip to content

Commit

Permalink
Increase dependabot schedule interval
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Sep 13, 2023
1 parent 4b9190a commit d970b80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
version: 2
updates:
- package-ecosystem: "maven"
- package-ecosystem: maven
target-branch: "develop"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "saturday"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
target-branch: "develop"
Expand Down

0 comments on commit d970b80

Please sign in to comment.