branch with post-upgrade task rebases each run (v35) #20906
Labels
status:requirements
Full requirements are not yet known, so implementation should not be started
type:bug
Bug fix of existing functionality
How are you running Renovate?
Self-hosted
If you're self-hosting Renovate, tell us what version of Renovate you run.
v35
If you're self-hosting Renovate, select which platform you are using.
GitLab self-hosted
If you're self-hosting Renovate, tell us what version of the platform you run.
latest
Was this something which used to work for you, and then stopped?
It used to work, and then stopped
Describe the bug
In one of the projects we set up automerge type branch and there is a postUpdate task that changes some other file inside the repo. Workflow used to be the following
But since v35 this doesn't happen because
manager.getUpdatePackageFiles
detects changes and creates a new commit with new data generated by postUpdate taskBelow is a minimal reproduction repo that automerges with v34 but not with v35.
https://github.com/thejan2009/renovate-automerge
Relevant debug logs
Logs
... at this point everything gets redone
Have you created a minimal reproduction repository?
I have read the minimal reproductions documentation and linked to such a repository in the bug description
The text was updated successfully, but these errors were encountered: