fix: use native kubernetes and helm managers (#4)

This commit is contained in:
Robert Kaussow 2023-03-20 08:48:13 +01:00 committed by GitHub
parent 1891c838ea
commit e72466fa00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 9 deletions

View File

@ -3,7 +3,13 @@
"description": ["Preset for use with kubernetes repositories"],
"extends": ["github>thegeeklab/renovate-presets:base"],
"flux": {
"fileMatch": ["flux/.+\\.yaml$"]
"fileMatch": ["flux/.+patch.*\\.ya?ml$"]
},
"helm-values": {
"fileMatch": ["flux/.+patch.*\\.ya?ml$"]
},
"kubernetes": {
"fileMatch": ["flux/.+patch(Deployment)\\.ya?ml$"]
},
"packageRules": [
{
@ -20,15 +26,11 @@
"matchPackagePatterns": ["^hetznercloud/hcloud-cloud-controller-manager"],
"matchUpdateTypes": ["pin", "digest"],
"automerge": true
}
],
"regexManagers": [
},
{
"fileMatch": ["^flux/.+\\.yaml$"],
"matchStrings": [
"# renovate:\\n\\s+(image|imageName):\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"']+?)\"?'?\\s"
],
"datasourceTemplate": "docker"
"description": "Disable kubernetes-api datasource",
"datasources": ["kubernetes-api"],
"enabled": false
}
]
}