Skip to content

Commit adca87d

Browse files
Configure Renovate (#4)
* Add renovate.json * Update renovate.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ed Harrod <[email protected]>
1 parent 15ff3ff commit adca87d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

renovate.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"constraints": {
7+
"go": "1.21"
8+
},
9+
"branchConcurrentLimit": 1,
10+
"ignoreUnstable": true,
11+
"labels":["bot::renovate"],
12+
"semanticCommits": "disabled",
13+
"commitMessagePrefix": "renovate",
14+
"postUpdateOptions": [
15+
"gomodTidy",
16+
"gomodUpdateImportPaths"
17+
]
18+
}

0 commit comments

Comments
 (0)