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 b528b86 commit 9d0e1b0Copy full SHA for 9d0e1b0
.github/dependabot.yml
@@ -34,3 +34,21 @@ updates:
34
labels:
35
- "dependencies"
36
- "skip-changelog"
37
+ # github-actions with directory: "/" only monitors .github/workflows
38
+ # https://github.com/dependabot/dependabot-core/issues/6345
39
+ - package-ecosystem: "github-actions"
40
+ directory: "/.github/actions/build-test"
41
+ schedule:
42
+ interval: "weekly"
43
+ groups:
44
+ github-actions:
45
+ patterns:
46
+ - "*"
47
48
+ directory: "/.github/actions/merge-release"
49
50
51
52
53
54
0 commit comments