Update charts.json5
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
extends: [
|
||||||
|
"config:base",
|
||||||
|
"helm"
|
||||||
|
],
|
||||||
|
packageRules: [
|
||||||
|
{
|
||||||
|
matchPackagePatterns: ["*"],
|
||||||
|
updateTypes: ["minor", "patch"],
|
||||||
|
enabled: true,
|
||||||
|
},
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user