19 lines
460 B
JSON
19 lines
460 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",
|
|
"js-beautify"
|
|
],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|