Skip to content

Commit 5da92f3

Browse files
authored
chore: group dependabot updates in single PR
1 parent fbd8057 commit 5da92f3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,24 @@ updates:
88
schedule:
99
# Check for updates to GitHub Actions every weekday
1010
interval: "daily"
11+
groups:
12+
minor-and-patch:
13+
applies-to: version-updates
14+
patterns:
15+
- "*" # include all GitHub Actions
16+
update-types:
17+
- "minor"
18+
- "patch"
1119
- package-ecosystem: "maven"
1220
directory: "/"
1321
schedule:
1422
interval: "daily"
1523
open-pull-requests-limit: 20
24+
groups:
25+
minor-and-patch:
26+
applies-to: version-updates
27+
patterns:
28+
- "*" # include all Maven dependencies
29+
update-types:
30+
- "minor"
31+
- "patch"

0 commit comments

Comments
 (0)