File tree Expand file tree Collapse file tree 1 file changed +25
-8
lines changed Expand file tree Collapse file tree 1 file changed +25
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [" config:recommended" ],
4- "ignorePresets" : [" :ignoreModulesAndTests" ],
3+ "extends" : [
4+ " config:recommended"
5+ ],
6+ "ignorePresets" : [
7+ " :ignoreModulesAndTests"
8+ ],
59 "prHourlyLimit" : 10 ,
6- "labels" : [" renovate" ],
7- "repositories" : [" stackitcloud/stackit-sdk-go" ],
8- "enabledManagers" : [" gomod" , " github-actions" ],
10+ "labels" : [
11+ " renovate"
12+ ],
13+ "repositories" : [
14+ " stackitcloud/stackit-sdk-go"
15+ ],
16+ "enabledManagers" : [
17+ " gomod" ,
18+ " github-actions"
19+ ],
920 "packageRules" : [
1021 {
11- "matchSourceUrls" : [" https://github.com/stackitcloud/stackit-sdk-go" ],
22+ "matchSourceUrls" : [
23+ " https://github.com/stackitcloud/stackit-sdk-go"
24+ ],
1225 "groupName" : " SDK"
1326 }
1427 ],
15- "allowedPostUpgradeCommands" : [" ^cd .* && make sync-tidy$" ],
28+ "allowedCommands" : [
29+ " ^cd .* && make sync-tidy$"
30+ ],
1631 "postUpgradeTasks" : {
17- "commands" : [" cd $(git rev-parse --show-toplevel) && make sync-tidy" ]
32+ "commands" : [
33+ " cd $(git rev-parse --show-toplevel) && make sync-tidy"
34+ ]
1835 }
1936}
You can’t perform that action at this time.
0 commit comments