File tree Expand file tree Collapse file tree 1 file changed +23
-17
lines changed Expand file tree Collapse file tree 1 file changed +23
-17
lines changed Original file line number Diff line number Diff line change 1- {
2- "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [
4- " config:base"
5- ],
6- "labels" : [
7- " dependencies" ,
8- " filigran team"
9- ],
10- "prConcurrentLimit" : 2 ,
11- "packageRules" : [
12- {
13- "matchUpdateTypes" : [" minor" ],
14- "prPriority" : 5
15- }
16- ]
17- }
1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " config:base"
5+ ],
6+ "labels" : [
7+ " dependencies" ,
8+ " filigran team"
9+ ],
10+ "prConcurrentLimit" : 2 ,
11+ "packageRules" : [
12+ {
13+ "matchUpdateTypes" : [" minor" ],
14+ "prPriority" : 5
15+ }
16+ ],
17+ "timezone" : " Europe/Paris" ,
18+ "schedule" : [
19+ " after 10pm and before 5am every weekday" ,
20+ " every weekend"
21+ ],
22+ "updateNotScheduled" : false
23+ }
You can’t perform that action at this time.
0 commit comments