Skip to content

Commit

Permalink
Merge pull request #111 from gibizer/allow-force-bump
Browse files Browse the repository at this point in the history
[renovate]Allow make force-bump as post update task
  • Loading branch information
openshift-merge-bot[bot] authored Nov 11, 2024
2 parents e45ea3a + 5a3ae3c commit 0741417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ do
--token="${RENOVATE_TOKEN}" \
--git-author="OpenStack K8s CI <[email protected]>" \
--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 \
Expand Down

0 comments on commit 0741417

Please sign in to comment.