Skip to content

Commit

Permalink
chore: Group Dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens committed Oct 29, 2024
1 parent 75dd2da commit ded4d05
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@ updates:
directory: "/"
schedule:
interval: "weekly"
# Prod and dev dependencies are split in two groups,
# because their PRs get a different prefix ('fix' for prod, 'chore' for dev)
groups:
patch-and-minor-dependencies:
applies-to: "version-updates"
dependency-type: "production"
update-types:
- "patch"
- "minor"
patch-and-minor-dev-dependencies:
applies-to: "version-updates"
dependency-type: "development"
update-types:
- "patch"
- "minor"
versioning-strategy: "increase-if-necessary"
open-pull-requests-limit: 20
commit-message:
Expand Down

0 comments on commit ded4d05

Please sign in to comment.