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+ version : 2
2+ updates :
3+ - package-ecosystem : nuget
4+ directory : /
5+ schedule :
6+ interval : weekly
7+ day : monday
8+ open-pull-requests-limit : 5
9+
10+ - package-ecosystem : github-actions
11+ directory : /
12+ schedule :
13+ interval : weekly
14+ day : monday
15+ open-pull-requests-limit : 5
Load diff This file was deleted.
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [" config:recommended" ],
4- "timezone" : " Asia/Shanghai" ,
5- "labels" : [" dependencies" ],
6- "commitMessagePrefix" : " fix(deps)" ,
7- "commitMessageTopic" : " {{depName}}" ,
8- "rangeStrategy" : " bump" ,
9- "lockFileMaintenance" : { "enabled" : false },
10- "prConcurrentLimit" : 5 ,
11- "packageRules" : [
12- {
13- "description" : " Group Spring ecosystem updates into a single PR" ,
14- "matchPackagePatterns" : [" ^org\\ .springframework" ],
15- "groupName" : " spring"
16- },
17- {
18- "description" : " Group Kotlin-related updates into a single PR" ,
19- "matchPackagePatterns" : [" ^org\\ .jetbrains\\ .kotlin" ],
20- "groupName" : " kotlin"
21- }
2+ "extends" : [
3+ " config:base"
224 ]
235}
You can’t perform that action at this time.
0 commit comments