Skip to content

Commit d34e247

Browse files
committed
Enable Dependabot updates for other Actions in .github/actions
1 parent 78e8dc0 commit d34e247

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ updates:
2020
patterns:
2121
- "*"
2222
- package-ecosystem: github-actions
23-
directory: "/"
23+
directories:
24+
- "/"
25+
- "/.github/actions" # All subdirectories outside of "/.github/workflows" must be explicitly included.
2426
schedule:
2527
interval: weekly
2628
labels:
@@ -29,11 +31,3 @@ updates:
2931
actions:
3032
patterns:
3133
- "*"
32-
- package-ecosystem: github-actions
33-
directory: "/.github/actions/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
34-
schedule:
35-
interval: weekly
36-
groups:
37-
actions-setup-swift:
38-
patterns:
39-
- "*"

0 commit comments

Comments
 (0)