We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9afdd9 commit b66d713Copy full SHA for b66d713
1 file changed
.github/dependabot.yml
@@ -20,3 +20,23 @@ updates:
20
- "*"
21
update-types:
22
- "minor"
23
+ - package-ecosystem: "github-actions"
24
+ directory: "/"
25
+ schedule:
26
+ interval: "weekly"
27
+ day: "monday"
28
+ labels:
29
+ - "dependencies"
30
+ commit-message:
31
+ prefix: "chore"
32
+ groups:
33
+ patch-updates:
34
+ patterns:
35
+ - "*"
36
+ update-types:
37
+ - "patch"
38
+ minor-updates:
39
40
41
42
+ - "minor"
0 commit comments