Skip to content

Commit 9d0e1b0

Browse files
authored
Configure dependabot to update actions (#373)
1 parent b528b86 commit 9d0e1b0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,21 @@ updates:
3434
labels:
3535
- "dependencies"
3636
- "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+
- package-ecosystem: "github-actions"
48+
directory: "/.github/actions/merge-release"
49+
schedule:
50+
interval: "weekly"
51+
groups:
52+
github-actions:
53+
patterns:
54+
- "*"

0 commit comments

Comments
 (0)