Skip to content

Commit ca80eaa

Browse files
authored
[chore] switch dependabot to weekly consistent with warbler
Changed the update schedule for various package ecosystems from monthly to weekly.
1 parent 9323cd9 commit ca80eaa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: github-actions
44
directory: "/"
55
schedule:
6-
interval: monthly
6+
interval: weekly
77
groups:
88
actions-deps:
99
patterns: [ "*" ]
@@ -12,7 +12,7 @@ updates:
1212
- package-ecosystem: maven
1313
directory: "/"
1414
schedule:
15-
interval: monthly
15+
interval: weekly
1616
groups:
1717
maven-deps:
1818
dependency-type: "production"
@@ -32,7 +32,7 @@ updates:
3232
- "/"
3333
- "/examples/*"
3434
schedule:
35-
interval: monthly
35+
interval: weekly
3636
allow:
3737
- dependency-type: all
3838
groups:
@@ -53,7 +53,7 @@ updates:
5353
prefix: "1.2.x: "
5454
directory: "/"
5555
schedule:
56-
interval: monthly
56+
interval: weekly
5757
groups:
5858
maven-deps:
5959
dependency-type: "production"
@@ -76,7 +76,7 @@ updates:
7676
- "/"
7777
- "/examples/*"
7878
schedule:
79-
interval: monthly
79+
interval: weekly
8080
allow:
8181
- dependency-type: all
8282
groups:

0 commit comments

Comments
 (0)