Skip to content

Commit d47da00

Browse files
authored
Make Dependabot update also custom prepare action
dependabot/dependabot-core#6345
1 parent 3a5c12e commit d47da00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
version: 2
22
updates:
33
- package-ecosystem: "github-actions"
4-
directory: "/"
4+
directories:
5+
- "/.github/workflows"
6+
- "/.github/actions/prepare"
57
schedule:
68
interval: "monthly"
79
groups:

0 commit comments

Comments
 (0)