We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63798c commit 9aa9c81Copy full SHA for 9aa9c81
1 file changed
renovate.json
@@ -3,11 +3,17 @@
3
"extends": [
4
"config:base"
5
],
6
+ "rangeStrategy": "bump",
7
"packageRules": [
8
{
9
"matchPackagePatterns": ["phpstan"],
10
"groupName": "phpstan packages",
- "groupSlug": "phpstan"
11
+ "groupSlug": "phpstan",
12
+ "rangeStrategy": "pin"
13
+ },
14
+ {
15
+ "matchPackageNames": ["phpstan/extension-installer"],
16
+ "rangeStrategy": "bump"
17
}
18
19
"assignees": [
0 commit comments