Skip to content

Commit

Permalink
ci(deps): group version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wiyco committed Jun 26, 2024
1 parent 454e664 commit 5a64f11
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,22 @@ updates:
interval: "weekly"
open-pull-requests-limit: 10
target-branch: "develop"
groups:
minor-and-patch:
applies-to: version-updates
patterns:
- "*"
update-types:
- "minor"
- "patch"
exclude-patterns:
- "next"
- "@next/*"
next-minor-and-patch:
applies-to: version-updates
patterns:
- "next"
- "@next/*"
update-types:
- "minor"
- "patch"

0 comments on commit 5a64f11

Please sign in to comment.