File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {
2- "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [
4- " config:recommended "
5- ],
6- "labels" : [
7- " dependencies " ,
8- " filigran team "
9- ],
10- "minimumReleaseAge" : " 3 days " ,
11- "prHourlyLimit " : 2 ,
12- "prConcurrentLimit " : 20 ,
13- "timezone " : " Europe/Paris " ,
14- "schedule " : [
15- " * 0-4,22-23 * * 1-5 " ,
16- " * * * * 0,6 "
17- ],
18- "updateNotScheduled" : false ,
19- "rebaseWhen " : " conflicted " ,
20- "commitMessageAction " : " update " ,
21- "commitMessagePrefix " : " [client-python] chore(deps): "
1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " :semanticCommits " ,
5+ " config:recommended "
6+ ],
7+ "labels" : [
8+ " dependencies " ,
9+ " filigran team "
10+ ] ,
11+ "minimumReleaseAge " : " 3 days " ,
12+ "prHourlyLimit " : 2 ,
13+ "prConcurrentLimit " : 20 ,
14+ "timezone " : " Europe/Paris " ,
15+ "schedule" : [
16+ " * 0-4,22-23 * * 1-5 " ,
17+ " * * * * 0,6 "
18+ ] ,
19+ "updateNotScheduled " : false ,
20+ "rebaseWhen " : " conflicted " ,
21+ "commitMessageAction " : " update " ,
2222}
You can’t perform that action at this time.
0 commit comments