File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Expand file tree Collapse file tree 1 file changed +3
-17
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 " : [
3
+ "globalExtends " : [
4
4
" config:base"
5
5
],
6
+ "extends" : [" group:allNonMajor" , " schedule:monthly" ],
6
7
"packageRules" : [
7
8
{
8
9
"description" : " Create a PR whenever there is a new major version" ,
9
10
"matchUpdateTypes" : [
10
11
" major"
11
12
]
12
- },
13
- {
14
- "description" : " Create a PR grouping all non-major dependencies" ,
15
- "matchPackagePatterns" : [
16
- " *"
17
- ],
18
- "matchUpdateTypes" : [
19
- " minor" ,
20
- " patch"
21
- ],
22
- "groupName" : " all non-major dependencies" ,
23
- "groupSlug" : " all-minor-patch"
24
13
}
25
14
],
26
15
"ignorePaths" : [
27
16
" docs/**" ,
28
17
" experimental/**"
29
18
],
30
- "pinVersions" : false ,
31
- "schedule" : [
32
- " every 3 months on the first day of the month"
33
- ]
19
+ "pinVersions" : false
34
20
}
You can’t perform that action at this time.
0 commit comments