renovate: flux ignore some things
This commit is contained in:
parent
0971d3f3ea
commit
d0b4805aa4
1 changed files with 9 additions and 0 deletions
|
@ -80,6 +80,15 @@ data:
|
|||
]
|
||||
}
|
||||
],
|
||||
// ignore individual fluxcd images
|
||||
"ignoreDeps": [
|
||||
"ghcr.io/fluxcd/helm-controller",
|
||||
"ghcr.io/fluxcd/image-automation-controller",
|
||||
"ghcr.io/fluxcd/image-reflector-controller",
|
||||
"ghcr.io/fluxcd/kustomize-controller",
|
||||
"ghcr.io/fluxcd/notification-controller",
|
||||
"ghcr.io/fluxcd/source-controller"
|
||||
],
|
||||
"regexManagers": [
|
||||
{
|
||||
"description": "Process GitRepository CRD dependencies - Chart and Github Release are the same version",
|
||||
|
|
Loading…
Add table
Reference in a new issue