mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-22 09:20:38 +00:00
debug kubernetes helm-values manager
This commit is contained in:
parent
1c2c4fa948
commit
40ede6adeb
@ -4,10 +4,17 @@
|
|||||||
"extends": ["github>thegeeklab/renovate-presets:base"],
|
"extends": ["github>thegeeklab/renovate-presets:base"],
|
||||||
"flux": {
|
"flux": {
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
|
"flux/(.+/)release\\.ya?ml$",
|
||||||
"flux/(.+/)patch(HelmRelease)\\.ya?ml$",
|
"flux/(.+/)patch(HelmRelease)\\.ya?ml$",
|
||||||
"flux/(.+/)gotk-components\\.ya?ml$"
|
"flux/(.+/)gotk-components\\.ya?ml$"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"helm-values": {
|
||||||
|
"fileMatch": ["flux/(.+/)patch(HelmRelease)\\.ya?ml$"]
|
||||||
|
},
|
||||||
|
"kubernetes": {
|
||||||
|
"fileMatch": ["flux/(.+/)patch(Deployment|Cluster)\\.ya?ml$"]
|
||||||
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "Set semantic commit scope for docker digests",
|
"description": "Set semantic commit scope for docker digests",
|
||||||
|
Loading…
Reference in New Issue
Block a user