File tree Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
- "packageRules" : [
4
- {
5
- "managers" : [" composer" ],
6
- "rangeStrategy" : " in-range-only"
7
- },
8
- {
9
- "managers" : [" composer" ],
10
- "rangeStrategy" : " bump"
11
- },
12
- {
13
- "managers" : [" composer" ],
14
- "matchPackageNames" : [" php" ],
15
- "enabled" : false
16
- },
17
- {
18
- "groupName" : " Infection packages" ,
19
- "matchDatasources" : [
20
- " packagist"
21
- ],
22
- "matchPackagePatterns" : [
23
- " ^infection/infection$" ,
24
- " ^roave/infection-static-analysis-plugin$"
25
- ]
26
- }
27
- ],
28
3
"extends" : [
29
- " config:base" ,
30
- " :widenPeerDependencies" ,
31
- " :rebaseStalePrs" ,
32
- " :prHourlyLimitNone" ,
33
- " :prConcurrentLimitNone" ,
34
- " group:phpstan"
4
+ " github>WyriHaximus/renovate-config"
35
5
]
36
6
}
You can’t perform that action at this time.
0 commit comments