Skip to content

Commit 8e25b34

Browse files
authored
Merge pull request #3144 from github/henrymercer/dependabot
Update Dependabot configuration for GitHub Actions
2 parents 5a9c44b + 86de17c commit 8e25b34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ updates:
2121
- "*"
2222
- package-ecosystem: github-actions
2323
directories:
24-
- "/"
25-
- "/.github/actions" # All subdirectories outside of "/.github/workflows" must be explicitly included.
24+
- "/.github/workflows"
25+
- "/.github/actions"
2626
schedule:
2727
interval: weekly
2828
labels:

0 commit comments

Comments
 (0)