Skip to content

Commit

Permalink
Merge pull request #112 from gibizer/allow-git-reset
Browse files Browse the repository at this point in the history
Allow git reset as post task
  • Loading branch information
openshift-merge-bot[bot] authored Nov 12, 2024
2 parents 0741417 + 8607f8b commit bec56f4
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 bec56f4

Please sign in to comment.