Skip to content

Commit 86de17c

Browse files
authored
Update Dependabot configuration for GitHub Actions
1 parent 0890b56 commit 86de17c

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)