ci: exclude gitops engine bumps from renovate (#26787)

Signed-off-by: reggie-k <regina.voloshin@codefresh.io>
This commit is contained in:
Regina Voloshin 2026-03-11 15:42:00 +02:00 committed by GitHub
parent 79a11cb745
commit 7477ecb5b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,12 @@
], ],
"enabled": true "enabled": true
}, },
{
"description": "Ignore gitops-engine: local replace (./gitops-engine), digest bumps are not applicable.",
"matchDatasources": ["go"],
"matchPackageNames": ["github.com/argoproj/argo-cd/gitops-engine"],
"enabled": false
},
{ {
"description": "Run make mockgen after updating mockery", "description": "Run make mockgen after updating mockery",
"matchDatasources": [ "matchDatasources": [