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.
1 parent 12aa0a6 commit 36928bfCopy full SHA for 36928bf
.github/dependabot.yml
@@ -6,16 +6,23 @@ updates:
6
interval: weekly
7
labels:
8
- Update dependencies
9
- ignore:
10
- - dependency-name: "*"
11
- update-types:
12
- - version-update:semver-minor
13
- - version-update:semver-patch
+ groups:
+ npm:
+ patterns:
+ - "*"
14
- package-ecosystem: github-actions
15
directory: "/"
16
schedule:
17
18
+ actions:
19
20
21
22
directory: "/.github/actions/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
23
24
25
26
+ actions-setup-swift:
27
28
0 commit comments