Skip to content

Commit

Permalink
Update dependabot.yml (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
born3am authored Jan 23, 2025
1 parent c80d2b3 commit 4d9d6df
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ updates:
prefix: 'chore' # PR title prefix
include: 'scope'
groups:
minor-updates:
applies-to: version-updates
update-types:
- 'patch' # Group all patch updates together
minor-and-patch-updates:
patterns:
- '*' # Apply to all dependencies
update-types: # Update types to consider
- 'patch'
- 'minor'
versioning-strategy: increase-if-necessary
ignore:
- dependency-name: '*'
Expand Down

0 comments on commit 4d9d6df

Please sign in to comment.