Skip to content

Commit e8d85bc

Browse files
authored
chore(config): migrate config renovate.json (GoogleCloudPlatform#2060)
1 parent 072336b commit e8d85bc

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

renovate.json

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
11
{
22
"extends": [
3-
"config:base",
3+
"config:recommended",
44
":preserveSemverRanges"
55
],
6-
"packageRules": [{
7-
"paths": ["testing/composer.json"],
8-
"excludePackageNames": ["phpunit/phpunit"]
9-
}, {
10-
"matchPaths": ["functions/**"],
6+
"packageRules": [
7+
{
8+
"matchFileNames": [
9+
"testing/composer.json"
10+
],
11+
"matchPackageNames": [
12+
"!phpunit/phpunit"
13+
]
14+
},
15+
{
16+
"matchFileNames": [
17+
"functions/**"
18+
],
1119
"branchPrefix": "renovate/functions-"
12-
}],
20+
}
21+
],
1322
"ignorePaths": [
14-
"appengine/flexible/",
15-
"run/laravel/"
23+
"appengine/flexible/",
24+
"run/laravel/"
1625
],
17-
"branchPrefix": "renovate/{{parentDir}}-",
26+
"branchPrefix": "renovate/",
27+
"additionalBranchPrefix": "{{parentDir}}-",
1828
"prConcurrentLimit": 10,
1929
"dependencyDashboard": true
2030
}

0 commit comments

Comments
 (0)