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 27, 2025
1 parent 986ff58 commit 8c07820
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,34 @@ updates:

# Maintain dependencies for npm
- package-ecosystem: "npm"
target-branch: "develop"
directory: "/"
schedule:
interval: "daily"
versioning-strategy: "increase"
open-pull-requests-limit: 10
target-branch: "develop"
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"
- "@faker-js/faker"
- "better-sqlite3"
- "semantic-release"
update-types:
- "major"
minorAndPatch:
applies-to: version-updates
update-types:
- "patch"
- "minor"

0 comments on commit 8c07820

Please sign in to comment.