You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.
I was trying to click If you want to rebase/retry this PR, check this box in the recently merged PR and to also change its title but these actions don't trigger a new PR.
Also I don't understand what Merged PR is blocking this branch means. There is a merged PR but with a previous version of @dmx/npm-winston-slack.
The text was updated successfully, but these errors were encountered:
Add “masterIssue”: true to your config and Renovate will create an issue within the repo showing all planned and blocked PRs. You should be able to check the blocking PR there to force it to be created.
The merged PR blocking seems to be a bug because that logic shouldn’t apply to group PRs. Can you copy paste your config for that group?
{
"commitMessage": "[renovate] update all dependencies",
"groupName": "All",
"labels": [
"renovate"
],
"npmToken": "<redacted>",
"rangeStrategy": "bump",
"packageRules": [
{
"packagePatterns": [
"^@dmx/"
],
"schedule": "at any time"
}
],
"schedule": "before 3am on the first day of the month"
}
Which Renovate are you using? Pro
Which platform are you using? GitHub
Have you checked the logs? Don't forget to include them if relevant
What is your question?
I would like renovate to open a PR in https://github.com/dmx-io/npm-logger ASAP. A PR in this repo was already opened and merged about an hour ago but later I published
@dmx/npm-winston-slack
so maybe I have to wait some time. However I have many other repos dependent on https://github.com/dmx-io/npm-logger so I cannot proceed with merging PRs in other repos until renovate opens a PR in https://github.com/dmx-io/npm-logger (theoretically I could merge them but it's waste of time because after opening and merging a PR in https://github.com/dmx-io/npm-logger, I will obtain a bunch of PRs in the same repos).I was trying to click
If you want to rebase/retry this PR, check this box
in the recently merged PR and to also change its title but these actions don't trigger a new PR.Also I don't understand what
Merged PR is blocking this branch
means. There is a merged PR but with a previous version of@dmx/npm-winston-slack
.The text was updated successfully, but these errors were encountered: