Skip to content

Commit 3054364

Browse files
authored
devops(dependabot): update all deps in single PR monthly (#1656)
1 parent 40b8802 commit 3054364

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@ updates:
33
- package-ecosystem: "maven"
44
directory: "/" # Location of the pom.xml file
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
open-pull-requests-limit: 10
8+
groups:
9+
# Create a group of dependencies to be updated together in one pull request
10+
all:
11+
applies-to: version-updates
12+
patterns:
13+
- "*"
14+
update-types:
15+
- "minor"
16+
- "patch"
817
allow:
918
- dependency-type: "direct" # Optional: Only update direct dependencies
1019
- dependency-type: "indirect" # Optional: Only update indirect (transitive) dependencies

0 commit comments

Comments
 (0)