Skip to content

Commit

Permalink
chore: group minor and patch dependency updates together
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins committed Oct 21, 2024
1 parent 0d7a970 commit 8fd40d6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "monthly"
versioning-strategy: "increase"
interval: 'monthly'
versioning-strategy: 'increase'
labels:
- "dependencies"
- 'dependencies'
groups:
# Group all minor and patch dependency updates together.
minor-and-patch:
applies-to: version-updates
update-types:
- "minor"
- "patch"
- 'minor'
- 'patch'
open-pull-requests-limit: 5
pull-request-branch-name:
separator: "-"
separator: '-'
commit-message:
# cause a release for non-dev-deps
prefix: fix(deps)
# no release for dev-deps
prefix-development: chore(dev-deps)
ignore:
- dependency-name: "@salesforce/dev-scripts"
- dependency-name: '@salesforce/dev-scripts'

0 comments on commit 8fd40d6

Please sign in to comment.