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 14aadd4 commit b2c2a58Copy full SHA for b2c2a58
1 file changed
renovate.json
@@ -2,23 +2,23 @@
2
"extends": [
3
"config:best-practices"
4
],
5
- "pinVersions": false,
6
- "rebaseStalePrs": true,
+ "rangeStrategy": "replace",
+ "rebaseWhen": "behind-base-branch",
7
"packageRules": [
8
{
9
- "packageNames": [
+ "matchPackageNames": [
10
"phpunit/phpunit"
11
12
"allowedVersions": "< 5.0"
13
},
14
15
16
"squizlabs/php_codesniffer"
17
18
"allowedVersions": "< 3.0"
19
20
21
22
"symfony/console"
23
24
"allowedVersions": "< 4.0"
0 commit comments