fix: check flux files

This commit is contained in:
WrenIX 2024-03-29 13:02:19 +01:00
parent 24f96af7f4
commit 93c0462788
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5

View file

@ -28,6 +28,12 @@ module.exports = {
"password": process.env.RENOVATE_TOKEN
}
],
"flux": {
"fileMatch": [
"release.*\\.yaml$",
"kustomization.*\\.yaml$"
]
},
"customManagers": [{
"customType": "regex",
"datasourceTemplate": "docker",