File tree Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : [
3
- " config:base " ,
3
+ " config:recommended " ,
4
4
" :preserveSemverRanges"
5
5
],
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
+ ],
11
19
"branchPrefix" : " renovate/functions-"
12
- }],
20
+ }
21
+ ],
13
22
"ignorePaths" : [
14
- " appengine/flexible/" ,
15
- " run/laravel/"
23
+ " appengine/flexible/" ,
24
+ " run/laravel/"
16
25
],
17
- "branchPrefix" : " renovate/{{parentDir}}-" ,
26
+ "branchPrefix" : " renovate/" ,
27
+ "additionalBranchPrefix" : " {{parentDir}}-" ,
18
28
"prConcurrentLimit" : 10 ,
19
29
"dependencyDashboard" : true
20
30
}
You can’t perform that action at this time.
0 commit comments