Skip to content

Commit

Permalink
chore: group dependabot version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Nov 12, 2024
1 parent 403b354 commit aca88bb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,23 @@ updates:
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"
- "prom-client"
- "nanoid"
update-types:
- "major"
minorAndPatch:
applies-to: version-updates
update-types:
- "patch"
- "minor"

0 comments on commit aca88bb

Please sign in to comment.