Skip to content

Commit

Permalink
chore: adjust rangeStrategy setting
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Apr 19, 2022
1 parent 5b9a94a commit bff71e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json
Expand Up @@ -5,10 +5,10 @@
"assigneesFromCodeOwners": true,
"packageRules": [
{
"preserveSemverRanges": true,
"matchPackagePatterns": [
"*"
],
"rangeStrategy": "replace",
"matchUpdateTypes": [
"minor",
"patch"
Expand All @@ -24,6 +24,7 @@
"matchPackagePatterns": [
"*"
],
"rangeStrategy": "replace",
"matchUpdateTypes": [
"major"
],
Expand Down

0 comments on commit bff71e5

Please sign in to comment.