Done: chore(config): migrate renovate config #575
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/575/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed.
You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon.
PLEASE NOTE: JSON5 config file migrated! All comments & trailing commas were removed.
🔕 Ignore: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid.
❓ Got questions? Does something look wrong to you? Please don't hesitate to request help here.
This PR has been generated by Renovate Bot.
Renamed so that Renovate will provide future migration PRs. Weird behavior. :D
Why wouldn't it provide future updates with the old title?
@pat-s
Renovate uses PR branch name and PR title to determine whether a PR was closed to skip this change. Since the migration will always result in the same branch name, Renovate thinks this PR was closed to skip and never provide a migration pr again. That's why renaming the PR title helps renovate to see this already merged PR as it is: already merged. And therefore, Renovate will provide future migration PRs.
I think this is a side-effect from the "skip a version of a dependency" feature.
Ah, because in other cases, all PR titles are unique and never re-used. And if one exists, renovate will not create another one.
But given this migration PR is also an automated one, this looks like a bug to me which should be reported (if it isn't already known). This would maybe then required to versionize the config file or add a running ID to such migration PRs but this is already going too into much detail.
Did you check for the issue upstream already with the idea of reporting it?
Haven't looked for such issue yet. I am currently living the rename life. 😅