mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 08:57:17 +00:00
ci: exclude gitops engine bumps from renovate (#26787)
Signed-off-by: reggie-k <regina.voloshin@codefresh.io>
This commit is contained in:
parent
79a11cb745
commit
7477ecb5b9
1 changed files with 6 additions and 0 deletions
|
|
@ -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": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue