fix: check flux files
This commit is contained in:
parent
24f96af7f4
commit
93c0462788
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,12 @@ module.exports = {
|
||||||
"password": process.env.RENOVATE_TOKEN
|
"password": process.env.RENOVATE_TOKEN
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"flux": {
|
||||||
|
"fileMatch": [
|
||||||
|
"release.*\\.yaml$",
|
||||||
|
"kustomization.*\\.yaml$"
|
||||||
|
]
|
||||||
|
},
|
||||||
"customManagers": [{
|
"customManagers": [{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"datasourceTemplate": "docker",
|
"datasourceTemplate": "docker",
|
||||||
|
|
Loading…
Add table
Reference in a new issue