Skip to content

Commit

Permalink
chore: group dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Jan 24, 2025
1 parent 457171d commit 5916184
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,31 @@ updates:

# Maintain dependencies for npm
- package-ecosystem: "npm"
target-branch: "develop"
directory: "/"
schedule:
interval: "daily"
target-branch: "develop"
versioning-strategy: "increase"
open-pull-requests-limit: 15
open-pull-requests-limit: 20
commit-message:
prefix: "fix"
prefix-development: "build"
include: "scope"
groups:
majorProd:
applies-to: version-updates
dependency-type: production
update-types:
- "major"
majorDev:
applies-to: version-updates
dependency-type: development
exclude-patterns:
- "eslint"
update-types:
- "major"
minorAndPatch:
applies-to: version-updates
update-types:
- "patch"
- "minor"

0 comments on commit 5916184

Please sign in to comment.