Skip to content

Commit

Permalink
Pin phpstan deps except phpstan/extension-installer, replace all othe…
Browse files Browse the repository at this point in the history
…r deps

Renovate's auto strategy was not suitable
  • Loading branch information
simPod committed Apr 25, 2022
1 parent f63798c commit d82d6c9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@
"extends": [
"config:base"
],
"rangeStrategy": "replace",
"packageRules": [
{
"matchPackagePatterns": ["phpstan"],
"groupName": "phpstan packages",
"groupSlug": "phpstan"
"groupSlug": "phpstan",
"rangeStrategy": "pin"
},
{
"matchPackageNames": ["phpstan/extension-installer"],
"rangeStrategy": "replace"
}
],
"assignees": [
Expand Down

0 comments on commit d82d6c9

Please sign in to comment.