Skip to content

Commit

Permalink
modify after review and discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Jun 8, 2022
1 parent c15cc12 commit 25c5f45
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/dependabot.yml
Expand Up @@ -2,11 +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: "monthly"
day: 1
day: "saturday"
time: "02:00"
# Associate with milestone 9.4.x
milestone: 3
ignore:
Expand All @@ -32,11 +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: "monthly"
day: 5
day: "saturday"
time: "02:00"
# Associate with milestone 10.0.x
milestone: 6
ignore:
Expand Down Expand Up @@ -74,11 +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: "monthly"
day: 10
day: "saturday"
time: "02:00"
# Associate with milestone 11.0.x
milestone: 7
ignore:
Expand Down

0 comments on commit 25c5f45

Please sign in to comment.