Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renovate mixing different upgrades in same PR and even downgrades packages #4309

Open
usu opened this issue Dec 23, 2023 · 2 comments
Open

Comments

@usu
Copy link
Member

usu commented Dec 23, 2023

There's some strange shenanigan happening with renovate lately. We had several renovate PRs raised that were not automerged for the following reason: "Automerge: Disabled because a matching PR was automerged previously."

See latest example:
chore(deps): update tiryoh/gha-jobid-action action to v1.1.0 #4308

The following seems to happen:

Initial PR is raised

chore(deps): update tiryoh/gha-jobid-action action to v1.1.0 #4306
Commits:

Merged on Dec23, 8:54 AM GMT+1

A completely different upgrade PR is raised

fix(deps): update dependency isomorphic-dompurify to v2 #4307
Commits:

The 1st commit is exactly the same commit as for the other PR. Why this is part of this commit is unclear to me.
The 2nd commit contains the upgrade of isomorphic-dompurify (expected), but also downgrades gha-jobid-action (very unexpected!).

This PR was merged on Dec23, 10:36 AM GMT+1

New PR is raised for gha-jobid-action

After that, a new PR is raided to upgrade gha-jobid-action again:
chore(deps): update tiryoh/gha-jobid-action action to v1.1.0 #4308

@BacLuc
Copy link
Contributor

BacLuc commented Dec 23, 2023

Can be seen very well with the history for the doctrine/orm package:
grafik

@BacLuc
Copy link
Contributor

BacLuc commented Jun 18, 2024

@usu enabled automatic branch deletion after a PR is merged

BacLuc added a commit to BacLuc/ecamp3 that referenced this issue Jun 26, 2024
ecamp#5368 was merged accidentally.
Maybe because of ecamp#4309
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants