We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a2ea0 commit b1bd0f3Copy full SHA for b1bd0f3
1 file changed
.github/dependabot.yml
@@ -4,3 +4,18 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "monthly"
7
+ groups:
8
+ # Creates a separate PR for each non-security-related major update.
9
+ major-version-updates:
10
+ applies-to: "version-updates"
11
+ group-by: "dependency-name"
12
+ update-types: ["major"]
13
+
14
+ # Creates a single PR with all non-security-related minor/patch updates.
15
+ non-major-version-updates:
16
17
+ update-types: ["minor", "patch"]
18
19
+ # Creates a single PR with all security-related updates.
20
+ security-updates:
21
+ applies-to: "security-updates"
0 commit comments