mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-22 09:20:38 +00:00
fix: use native kubernetes and helm managers (#4)
This commit is contained in:
parent
1891c838ea
commit
e72466fa00
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user