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 f65d03a commit 6e6f0c9Copy full SHA for 6e6f0c9
renovate.json
@@ -4,23 +4,16 @@
4
":preserveSemverRanges"
5
],
6
"packageRules": [{
7
- "paths": [
8
- "testing/composer.json"
9
- ],
10
- "excludePackageNames": [
11
- "phpunit/phpunit"
12
- ]
13
- }],
+ "paths": ["testing/composer.json"],
+ "excludePackageNames": ["phpunit/phpunit"]
+ }, {
+ "matchPaths": ["functions/**"],
+ "branchPrefix": "renovate/functions-"
+ }],
14
"ignorePaths": [
15
"appengine/flexible/"
16
17
"branchPrefix": "renovate/{{parentDir}}-",
18
"prConcurrentLimit": 10,
19
- "dependencyDashboard": true,
20
- "packageRules": [
21
- {
22
- "matchPaths": ["functions/**"],
23
- "branchPrefix": "renovate/functions-"
24
- }
25
+ "dependencyDashboard": true
26
}
0 commit comments