We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac82b85 commit 336077dCopy full SHA for 336077d
1 file changed
.github/dependabot.yml
@@ -0,0 +1,24 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "monthly"
7
+ cooldown:
8
+ default-days: 7
9
+ groups:
10
+ # Creates a separate PR for each non-security-related major update.
11
+ major-version-updates:
12
+ applies-to: "version-updates"
13
+ group-by: "dependency-name"
14
+ update-types: ["major"]
15
+
16
+ # Creates a single PR with all non-security-related minor/patch updates.
17
+ non-major-version-updates:
18
19
+ update-types: ["minor", "patch"]
20
21
+ # Creates a single PR with all security-related updates.
22
+ security-updates:
23
+ applies-to: "security-updates"
24
+ update-types: ["major", "minor", "patch"]
0 commit comments