chore(deps): add renovate.json

This commit is contained in:
Renovate 2022-07-23 08:00:07 +00:00
parent 74cae7723a
commit 1e60071a49
1 changed files with 14 additions and 0 deletions

14
renovate.json Normal file
View File

@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": [
"dependencies"
],
"extends": [
"config:base",
":semanticCommits",
":semanticCommitTypeAll(chore)"
],
"postUpdateOptions": [
"gomodTidy"
]
}