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.
.github/actions
1 parent 78e8dc0 commit d34e247Copy full SHA for d34e247
.github/dependabot.yml
@@ -20,7 +20,9 @@ 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,11 +31,3 @@ updates:
29
31
actions:
30
32
33
- - package-ecosystem: github-actions
- 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