We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8604a21 + 208c982 commit 3e6f4e7Copy full SHA for 3e6f4e7
1 file changed
.github/dependabot.yml
@@ -8,6 +8,14 @@ updates:
8
open-pull-requests-limit: 10
9
labels:
10
- "dependencies"
11
+ groups:
12
+ minor-and-patch:
13
+ update-types:
14
+ - "minor"
15
+ - "patch"
16
+ major:
17
18
+ - "major"
19
- package-ecosystem: "github-actions"
20
directory: "/"
21
target-branch: "staging"
@@ -17,3 +25,7 @@ updates:
25
26
27
- "ci"
28
29
+ actions:
30
+ patterns:
31
+ - "*"
0 commit comments