Skip to content

Commit b2c2a58

Browse files
renovate-botcy-yun
andauthored
chore(config): migrate Renovate config (#9419)
chore(config): migrate config renovate.json Co-authored-by: Charlotte Y <38296042+cy-yun@users.noreply.github.com>
1 parent 14aadd4 commit b2c2a58

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

renovate.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
"extends": [
33
"config:best-practices"
44
],
5-
"pinVersions": false,
6-
"rebaseStalePrs": true,
5+
"rangeStrategy": "replace",
6+
"rebaseWhen": "behind-base-branch",
77
"packageRules": [
88
{
9-
"packageNames": [
9+
"matchPackageNames": [
1010
"phpunit/phpunit"
1111
],
1212
"allowedVersions": "< 5.0"
1313
},
1414
{
15-
"packageNames": [
15+
"matchPackageNames": [
1616
"squizlabs/php_codesniffer"
1717
],
1818
"allowedVersions": "< 3.0"
1919
},
2020
{
21-
"packageNames": [
21+
"matchPackageNames": [
2222
"symfony/console"
2323
],
2424
"allowedVersions": "< 4.0"

0 commit comments

Comments
 (0)