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 1
1
{
2
2
"$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
+ ],
5
9
"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
+ ],
9
20
"packageRules" : [
10
21
{
11
- "matchSourceUrls" : [" https://github.com/stackitcloud/stackit-sdk-go" ],
22
+ "matchSourceUrls" : [
23
+ " https://github.com/stackitcloud/stackit-sdk-go"
24
+ ],
12
25
"groupName" : " SDK"
13
26
}
14
27
],
15
- "allowedPostUpgradeCommands" : [" ^cd .* && make sync-tidy$" ],
28
+ "allowedCommands" : [
29
+ " ^cd .* && make sync-tidy$"
30
+ ],
16
31
"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
+ ]
18
35
}
19
36
}
You can’t perform that action at this time.
0 commit comments