We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6e30a2 + d34e247 commit 0890b56Copy full SHA for 0890b56
.github/dependabot.yml
@@ -20,18 +20,14 @@ updates:
20
patterns:
21
- "*"
22
- package-ecosystem: github-actions
23
- directory: "/"
+ directories:
24
+ - "/"
25
+ - "/.github/actions" # All subdirectories outside of "/.github/workflows" must be explicitly included.
26
schedule:
27
interval: weekly
28
+ labels:
29
+ - Rebuild
30
groups:
31
actions:
32
33
- - package-ecosystem: github-actions
- directory: "/.github/actions/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
- schedule:
- interval: weekly
34
- groups:
35
- actions-setup-swift:
36
- patterns:
37
- - "*"
0 commit comments