Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
echarrod authored Nov 6, 2023
1 parent 16c22be commit d8e3f62
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,17 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"constraints": {
"go": "1.21"
},
"branchConcurrentLimit": 1,
"ignoreUnstable": true,
"labels":["bot::renovate"],
"semanticCommits": "disabled",
"commitMessagePrefix": "renovate",
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
]
}

0 comments on commit d8e3f62

Please sign in to comment.