Skip to content

Commit

Permalink
fix: renovate config for development
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Urban committed Feb 23, 2024
1 parent 95adc2b commit 4dd2c30
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 4dd2c30

Please sign in to comment.