alpine-tools/renovate.json
Robert Kaussow 69b1b5c958
All checks were successful
continuous-integration/drone/push Build is passing
enable renovate automerge for non-major package updates
2023-04-23 14:36:54 +02:00

18 lines
437 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>thegeeklab/renovate-presets:docker"],
"packageRules": [
{
"description": "Automerge non-major package updates",
"matchPackageNames": [
"prettier",
"yamllint",
"hairyhenderson/gomplate",
"yannh/kubeconform"
],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}