Skip to content

Commit f5f1838

Browse files
Marcono1234tibor-universe
authored andcommitted
Create grouped Dependabot pull requests (google#2641)
1 parent 456a3f6 commit f5f1838

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,21 @@ updates:
33
- package-ecosystem: "maven"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "monthly"
7+
groups:
8+
# Name is used for branch name and pull request title
9+
maven:
10+
patterns:
11+
# Create a single pull request for all dependencies and plugins
12+
- "*"
713

814
- package-ecosystem: "github-actions"
915
directory: "/"
1016
schedule:
11-
interval: "weekly"
17+
interval: "monthly"
18+
groups:
19+
# Name is used for branch name and pull request title
20+
github-actions:
21+
patterns:
22+
# Create a single pull request for all actions
23+
- "*"

0 commit comments

Comments
 (0)