Skip to content

Commit

Permalink
Allow git reset as post task
Browse files Browse the repository at this point in the history
It turned out that make force-dump alone is not enough. We need to
git reset away what renovate did first to avoid leaking through
transitive dependency bumps like k8s.io.

Related: OSPRH-8355
  • Loading branch information
gibizer committed Nov 11, 2024
1 parent 0741417 commit 8607f8b
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,^make force-bump" \
--allowed-post-upgrade-commands="^make manifests generate,^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 \
Expand Down

0 comments on commit 8607f8b

Please sign in to comment.