Skip to content

Commit

Permalink
Merge pull request #1773 from github/henrymercer/dependabot-grouped-u…
Browse files Browse the repository at this point in the history
…pdates

Group together dependency updates
  • Loading branch information
henrymercer authored Jul 13, 2023
2 parents 7d35788 + 36928bf commit 0722425
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,23 @@ updates:
interval: weekly
labels:
- Update dependencies
ignore:
- dependency-name: "*"
update-types:
- version-update:semver-minor
- version-update:semver-patch
groups:
npm:
patterns:
- "*"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
groups:
actions:
patterns:
- "*"
- package-ecosystem: github-actions
directory: "/.github/actions/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
schedule:
interval: weekly
groups:
actions-setup-swift:
patterns:
- "*"

0 comments on commit 0722425

Please sign in to comment.