Skip to content

Commit d0a63ee

Browse files
committed
Batch Dependabot updates on a monthly basis
1 parent 775d80e commit d0a63ee

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,13 @@ updates:
2626
- package-ecosystem: "maven"
2727
directory: "/"
2828
schedule:
29-
interval: "weekly"
30-
day: "friday"
29+
interval: "monthly"
30+
open-pull-requests-limit: 1
31+
groups:
32+
all:
33+
patterns: ["*"]
3134
- package-ecosystem: "github-actions"
3235
directory: "/"
3336
schedule:
34-
interval: "weekly"
35-
day: "friday"
37+
interval: "monthly"
38+
open-pull-requests-limit: 1

0 commit comments

Comments
 (0)