Skip to content

Commit d82d6c9

Browse files
committed
Pin phpstan deps except phpstan/extension-installer, replace all other deps
Renovate's auto strategy was not suitable
1 parent f63798c commit d82d6c9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

renovate.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@
33
"extends": [
44
"config:base"
55
],
6+
"rangeStrategy": "replace",
67
"packageRules": [
78
{
89
"matchPackagePatterns": ["phpstan"],
910
"groupName": "phpstan packages",
10-
"groupSlug": "phpstan"
11+
"groupSlug": "phpstan",
12+
"rangeStrategy": "pin"
13+
},
14+
{
15+
"matchPackageNames": ["phpstan/extension-installer"],
16+
"rangeStrategy": "replace"
1117
}
1218
],
1319
"assignees": [

0 commit comments

Comments
 (0)