Skip to content

Commit

Permalink
change-dependabot-interval-to-monthly (#8140)
Browse files Browse the repository at this point in the history
* Update dependabot.yml

* modify after review and discussion
  • Loading branch information
olamy committed Jun 9, 2022
1 parent 9ae1387 commit 0d13cbe
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/dependabot.yml
Expand Up @@ -2,10 +2,12 @@ version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
open-pull-requests-limit: 20
open-pull-requests-limit: 30
target-branch: "jetty-9.4.x"
schedule:
interval: "daily"
interval: "monthly"
day: "saturday"
time: "02:00"
# Associate with milestone 9.4.x
milestone: 3
ignore:
Expand All @@ -31,10 +33,12 @@ updates:

- package-ecosystem: "maven"
directory: "/"
open-pull-requests-limit: 20
open-pull-requests-limit: 50
target-branch: "jetty-10.0.x"
schedule:
interval: "daily"
interval: "monthly"
day: "saturday"
time: "02:00"
# Associate with milestone 10.0.x
milestone: 6
ignore:
Expand Down Expand Up @@ -72,10 +76,12 @@ updates:

- package-ecosystem: "maven"
directory: "/"
open-pull-requests-limit: 20
open-pull-requests-limit: 30
target-branch: "jetty-11.0.x"
schedule:
interval: "weekly"
interval: "monthly"
day: "saturday"
time: "02:00"
# Associate with milestone 11.0.x
milestone: 7
ignore:
Expand Down

0 comments on commit 0d13cbe

Please sign in to comment.