enable renovate automerge for non-major package updates
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a91d1aacd2
commit
69b1b5c958
@ -1,4 +1,17 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["github>thegeeklab/renovate-presets:docker"]
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user