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 5e37b7f commit ba7dd3cCopy full SHA for ba7dd3c
.github/dependabot.yml
@@ -17,3 +17,11 @@ updates:
17
allow:
18
- dependency-type: "direct" # Optional: Only update direct dependencies
19
- dependency-type: "indirect" # Optional: Only update indirect (transitive) dependencies
20
+ - package-ecosystem: "github-actions"
21
+ directory: "/"
22
+ schedule:
23
+ interval: "monthly"
24
+ groups:
25
+ actions:
26
+ patterns:
27
+ - "*"
0 commit comments