From 39cf7a39ceb569af2cf6e007e38d8a9fc0d2826f Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Tue, 14 Jan 2025 13:46:38 -0500 Subject: [PATCH] renovate: Allow 'make bindata' command to be executed --- renovate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.sh b/renovate.sh index e485f9c..75f655a 100644 --- a/renovate.sh +++ b/renovate.sh @@ -17,7 +17,7 @@ do --token="${RENOVATE_TOKEN}" \ --git-author="OpenStack K8s CI " \ --update-not-scheduled=false \ - --allowed-post-upgrade-commands="^make manifests generate,^make gowork,^go mod tidy,^make tidy,^make force-bump,^git reset" \ + --allowed-post-upgrade-commands="^make manifests generate,^make bindata,^make gowork,^go mod tidy,^make tidy,^make force-bump,^git reset" \ openstack-k8s-operators/openstack-operator \ openstack-k8s-operators/lib-common \ openstack-k8s-operators/infra-operator \