chore(deps): add renovate.json

This commit is contained in:
Renovate 2023-04-30 07:51:49 +00:00
parent 5d81354f56
commit 486ab399ea
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"
]
}