Merge pull request #1773 from github/henrymercer/dependabot-grouped-updates
Group together dependency updates
This commit is contained in:
commit
07224254ab
1 changed files with 12 additions and 5 deletions
17
.github/dependabot.yml
vendored
17
.github/dependabot.yml
vendored
|
|
@ -6,16 +6,23 @@ updates:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
labels:
|
labels:
|
||||||
- Update dependencies
|
- Update dependencies
|
||||||
ignore:
|
groups:
|
||||||
- dependency-name: "*"
|
npm:
|
||||||
update-types:
|
patterns:
|
||||||
- version-update:semver-minor
|
- "*"
|
||||||
- version-update:semver-patch
|
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
|
groups:
|
||||||
|
actions:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
directory: "/.github/actions/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
|
directory: "/.github/actions/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
|
groups:
|
||||||
|
actions-setup-swift:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue