Skip to content

Commit 0722425

Browse files
authored
Merge pull request #1773 from github/henrymercer/dependabot-grouped-updates
Group together dependency updates
2 parents 7d35788 + 36928bf commit 0722425

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.github/dependabot.yml

+12-5
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,23 @@ updates:
66
interval: weekly
77
labels:
88
- Update dependencies
9-
ignore:
10-
- dependency-name: "*"
11-
update-types:
12-
- version-update:semver-minor
13-
- version-update:semver-patch
9+
groups:
10+
npm:
11+
patterns:
12+
- "*"
1413
- package-ecosystem: github-actions
1514
directory: "/"
1615
schedule:
1716
interval: weekly
17+
groups:
18+
actions:
19+
patterns:
20+
- "*"
1821
- package-ecosystem: github-actions
1922
directory: "/.github/actions/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
2023
schedule:
2124
interval: weekly
25+
groups:
26+
actions-setup-swift:
27+
patterns:
28+
- "*"

0 commit comments

Comments
 (0)