File tree Expand file tree Collapse file tree 1 file changed +19
-6
lines changed Expand file tree Collapse file tree 1 file changed +19
-6
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
- "extends" : [" config:recommended" ],
3
+ "extends" : [
4
+ " config:recommended"
5
+ ],
4
6
"packageRules" : [
5
7
{
6
8
"groupName" : " all non-major dependencies" ,
7
9
"groupSlug" : " all-minor-patch" ,
8
- "matchPackagePatterns" : [" *" ],
9
- "matchUpdateTypes" : [" minor" , " patch" ]
10
+ "matchUpdateTypes" : [
11
+ " minor" ,
12
+ " patch"
13
+ ],
14
+ "matchPackageNames" : [
15
+ " *"
16
+ ]
10
17
},
11
18
{
12
- "matchDatasources" : [" docker" ],
13
- "matchPackageNames" : [" node" ],
19
+ "matchDatasources" : [
20
+ " docker"
21
+ ],
22
+ "matchPackageNames" : [
23
+ " node"
24
+ ],
14
25
"versionCompatibility" : " ^(?<version>[^-]+)(?<compatibility>-.*)?$" ,
15
26
"versioning" : " node"
16
27
}
17
28
],
18
29
"vulnerabilityAlerts" : {
19
- "labels" : [" security" ]
30
+ "labels" : [
31
+ " security"
32
+ ]
20
33
}
21
34
}
You can’t perform that action at this time.
0 commit comments