From 5a3ae3c140fb8335abfe9d25323142e8204b94f3 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Mon, 11 Nov 2024 16:45:41 +0100 Subject: [PATCH] [renovate]Allow make force-bump as post update task Related: OSPRH-8355 --- renovate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.sh b/renovate.sh index 1266297..f172c66 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" \ + --allowed-post-upgrade-commands="^make manifests generate,^make gowork,^go mod tidy,^make tidy,^make force-bump" \ openstack-k8s-operators/openstack-operator \ openstack-k8s-operators/lib-common \ openstack-k8s-operators/infra-operator \