Merge pull request #1773 from github/henrymercer/dependabot-grouped-updates

Group together dependency updates
This commit is contained in:
Henry Mercer 2023-07-13 10:01:14 +01:00 committed by GitHub
commit 07224254ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
- "*"