Skip to content

Commit a33ad59

Browse files
authored
renovate: Use base config (#15)
* renovate: Use base config * Update renovate.json * Update renovate.json
1 parent b33fe67 commit a33ad59

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

renovate.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:base"
5-
],
6-
"branchConcurrentLimit": 3,
7-
"labels":["Bot::Renovate"],
8-
"semanticCommits": "disabled",
9-
"commitMessagePrefix": "renovate:",
10-
"reviewers": [
11-
"echarrod"
12-
],
13-
"postUpdateOptions": [
14-
"gomodTidy",
15-
"gomodUpdateImportPaths"
16-
]
2+
"extends": ["github>luno/.github:renovate-default-config.json5"]
173
}

0 commit comments

Comments
 (0)