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 876d10dCopy full SHA for 876d10d
1 file changed
.github/dependabot.yml
@@ -4,3 +4,19 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "monthly"
7
+
8
+ groups:
9
+ # Creates a separate PR for each non-security-related major update.
10
+ major-version-updates:
11
+ applies-to: "version-updates"
12
+ group-by: "dependency-name"
13
+ update-types: ["major"]
14
15
+ # Creates a single PR with all non-security-related minor/patch updates.
16
+ non-major-version-updates:
17
18
+ update-types: ["minor", "patch"]
19
20
+ # Creates a single PR with all security-related updates.
21
+ security-updates:
22
+ applies-to: "security-updates"
0 commit comments