Skip to content

Commit d8e3f62

Browse files
authored
Update renovate.json
1 parent 16c22be commit d8e3f62

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

renovate.json

+12
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,17 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"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"
517
]
618
}

0 commit comments

Comments
 (0)