Skip to content

Commit 6e6f0c9

Browse files
authored
chore: fix Renovate Configuration - issue #1545 (#1622)
1 parent f65d03a commit 6e6f0c9

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

renovate.json

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,16 @@
44
":preserveSemverRanges"
55
],
66
"packageRules": [{
7-
"paths": [
8-
"testing/composer.json"
9-
],
10-
"excludePackageNames": [
11-
"phpunit/phpunit"
12-
]
13-
}],
7+
"paths": ["testing/composer.json"],
8+
"excludePackageNames": ["phpunit/phpunit"]
9+
}, {
10+
"matchPaths": ["functions/**"],
11+
"branchPrefix": "renovate/functions-"
12+
}],
1413
"ignorePaths": [
1514
"appengine/flexible/"
1615
],
1716
"branchPrefix": "renovate/{{parentDir}}-",
1817
"prConcurrentLimit": 10,
19-
"dependencyDashboard": true,
20-
"packageRules": [
21-
{
22-
"matchPaths": ["functions/**"],
23-
"branchPrefix": "renovate/functions-"
24-
}
25-
]
18+
"dependencyDashboard": true
2619
}

0 commit comments

Comments
 (0)