We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976bf8f commit 256f075Copy full SHA for 256f075
1 file changed
.github/dependabot.yml
@@ -12,6 +12,16 @@ updates:
12
- "dependencies"
13
assignees:
14
- "howtis"
15
+ groups:
16
+ patch:
17
+ update-types:
18
+ - "patch"
19
+ minor:
20
21
+ - "minor"
22
+ major:
23
24
+ - "major"
25
26
- package-ecosystem: "github-actions"
27
directory: "/"
@@ -25,3 +35,7 @@ updates:
35
- "ci"
36
37
38
39
+ actions:
40
+ patterns:
41
+ - "*"
0 commit comments