Skip to content

Commit

Permalink
Merge pull request #6 from B-urb/development
Browse files Browse the repository at this point in the history
fix: renovate config for development
  • Loading branch information
B-urb authored Feb 23, 2024
2 parents 95adc2b + 4dd2c30 commit bef9ec2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,21 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"baseBranches": [
"development"
],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
]
}

0 comments on commit bef9ec2

Please sign in to comment.