Skip to content

Commit

Permalink
Configure Renovate (#4)
Browse files Browse the repository at this point in the history
* Add renovate.json

* Update renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ed Harrod <echarrod@users.noreply.github.com>
  • Loading branch information
renovate[bot] and echarrod authored Nov 6, 2023
1 parent 15ff3ff commit adca87d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$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 adca87d

Please sign in to comment.