File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"extends" : [" config:recommended" ],
4
4
"packageRules" : [
5
+ {
6
+ "matchPackageNames" : [" @api3/contracts-v9" ],
7
+ "enabled" : false
8
+ },
5
9
{
6
10
"matchUpdateTypes" : [" major" ],
7
11
"schedule" : [" before 10am on the first day of the month" ],
13
17
"groupName" : " other minor updates"
14
18
},
15
19
{
16
- "matchPackagePatterns" : [" @api3/.*" , " @phase21/.* " , " nodary/.*" ],
20
+ "matchPackagePatterns" : [" @api3/.*" , " nodary/.*" ],
17
21
"matchUpdateTypes" : [" major" ],
18
22
"schedule" : [" before 6pm" ],
19
23
"groupName" : " api3 major updates"
20
24
},
21
25
{
22
- "matchPackagePatterns" : [" @api3/.*" , " @phase21/.* " , " nodary/.*" ],
26
+ "matchPackagePatterns" : [" @api3/.*" , " nodary/.*" ],
23
27
"matchUpdateTypes" : [" patch" , " minor" ],
24
28
"schedule" : [" before 6pm" ],
25
29
"groupName" : " api3 minor updates"
You can’t perform that action at this time.
0 commit comments