chore(ci): allow make mockgen for renovate (#23633)

Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
This commit is contained in:
Michael Crenshaw 2025-07-02 09:22:44 -04:00 committed by GitHub
parent 04794332d2
commit 346a749cde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,5 +7,6 @@
"github>argoproj/argo-cd//renovate-presets/fix/disable-all-updates.json5",
"github>argoproj/argo-cd//renovate-presets/devtool.json5",
"github>argoproj/argo-cd//renovate-presets/docs.json5"
]
],
"allowedCommands": ["make mockgen"]
}