Skip to content

Commit b2dd1ee

Browse files
Migrate config .github/renovate.json (#1514)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent e2f0e86 commit b2dd1ee

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

.github/renovate.json

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,36 @@
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
}

0 commit comments

Comments
 (0)