Skip to content

Commit 0d13cbe

Browse files
authored
change-dependabot-interval-to-monthly (#8140)
* Update dependabot.yml * modify after review and discussion
1 parent 9ae1387 commit 0d13cbe

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ version: 2
22
updates:
33
- package-ecosystem: "maven"
44
directory: "/"
5-
open-pull-requests-limit: 20
5+
open-pull-requests-limit: 30
66
target-branch: "jetty-9.4.x"
77
schedule:
8-
interval: "daily"
8+
interval: "monthly"
9+
day: "saturday"
10+
time: "02:00"
911
# Associate with milestone 9.4.x
1012
milestone: 3
1113
ignore:
@@ -31,10 +33,12 @@ updates:
3133

3234
- package-ecosystem: "maven"
3335
directory: "/"
34-
open-pull-requests-limit: 20
36+
open-pull-requests-limit: 50
3537
target-branch: "jetty-10.0.x"
3638
schedule:
37-
interval: "daily"
39+
interval: "monthly"
40+
day: "saturday"
41+
time: "02:00"
3842
# Associate with milestone 10.0.x
3943
milestone: 6
4044
ignore:
@@ -72,10 +76,12 @@ updates:
7276

7377
- package-ecosystem: "maven"
7478
directory: "/"
75-
open-pull-requests-limit: 20
79+
open-pull-requests-limit: 30
7680
target-branch: "jetty-11.0.x"
7781
schedule:
78-
interval: "weekly"
82+
interval: "monthly"
83+
day: "saturday"
84+
time: "02:00"
7985
# Associate with milestone 11.0.x
8086
milestone: 7
8187
ignore:

0 commit comments

Comments
 (0)