Skip to content

Commit 0890b56

Browse files
authored
Merge pull request #3140 from github/henrymercer/dependabot-rebuild-actions
Trigger sync back script automatically
2 parents c6e30a2 + d34e247 commit 0890b56

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,14 @@ 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
28+
labels:
29+
- Rebuild
2630
groups:
2731
actions:
2832
patterns:
2933
- "*"
30-
- package-ecosystem: github-actions
31-
directory: "/.github/actions/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
32-
schedule:
33-
interval: weekly
34-
groups:
35-
actions-setup-swift:
36-
patterns:
37-
- "*"

0 commit comments

Comments
 (0)