ci: automerge & run tidy [ci skip]

This commit is contained in:
decentral1se 2023-01-18 17:28:11 +01:00
parent 910469cfa0
commit 8a1a3aeb12
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}],
"postUpdateOptions": [
"gomodTidy"
],
"ignoreDeps": [
"github.com/urfave/cli"
]