Skip to content

Commit 2daacd6

Browse files
authored
chore(dependabot): batch github-actions and maven updates monthly (#572)
1 parent 893c354 commit 2daacd6

1 file changed

Lines changed: 17 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
version: 2
22
updates:
3-
- package-ecosystem: github-actions
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
open-pull-requests-limit: 10
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
monthly-batch:
9+
patterns:
10+
- "*"
11+
12+
- package-ecosystem: "maven"
13+
directory: "/"
14+
schedule:
15+
interval: "monthly"
16+
groups:
17+
monthly-batch:
18+
patterns:
19+
- "*"

0 commit comments

Comments
 (0)