decentral1se
2cd453ae8d
Some checks failed
continuous-integration/drone/push Build is failing
See e42cc0f91d
.
15 lines
288 B
JSON
15 lines
288 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"packageRules": [{
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"automerge": true
|
|
}],
|
|
"postUpdateOptions": [
|
|
"gomodTidy"
|
|
],
|
|
"ignoreDeps": [
|
|
"github.com/urfave/cli",
|
|
"goreleaser/goreleaser"
|
|
]
|
|
}
|