chore: add renovate.json [skip ci]

This commit is contained in:
Dawid Wysokiński 2023-05-12 06:59:33 +02:00
parent df75d11499
commit b0e66d7835
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 10 additions and 0 deletions

10
renovate.json Normal file
View File

@ -0,0 +1,10 @@
{
"extends": [
"config:base",
":semanticCommits",
":semanticCommitTypeAll(chore)"
],
"postUpdateOptions": [
"gomodTidy"
]
}