Separate all automerge PRs (don't group them by updateType) #30922
-
What would you like help with?Other How are you running Renovate?Self-hosted If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.GitLab Please tell us more about your question or problemHello, i want to separate all updates to single dependency PRs This is my current config: {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":separateMultipleMajorReleases",
":separateMultipleMinorReleases",
":separateMajorReleases",
":separatePatchReleases"
],
"automergeSchedule": [
"after 5am every weekday",
"before 10pm every weekday"
],
"schedule": [
"after 5am every weekday",
"before 10pm every weekday"
],
"autoApprove": true,
"automerge": true,
"platformAutomerge": true,
"gitLabIgnoreApprovals": true
} I would now expect to see multiple PR's separated bz dependecy. E.g. chore(deps): update auto merge (patch) and In this PRs all patches are grouped together by updateType. Is there a simple way to separate them? Logs (if relevant)Logs
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi there, This issue or discussion is missing some logs, making it difficult or impossible to help you. Depending on which situation applies follow one, some or all of these instructions. No logs at allIf you haven't posted any log yet, we need you to find and copy/paste the log into the issue template. Finding logs on hosted appSelect me to read instructionsIf you use the Mend Renovate app (GitHub):
Finding logs when self-hostingSelect me to read instructionsRead the Renovate docs, troubleshooting, self-hosted to learn how to find the logs. Insufficient logsSelect me to read instructionsIf you already gave us a log, and the Renovate team said it's not enough, then follow the instructions from the No logs at all section. Formatting your logsSelect me to read instructionsPlease put your logs in a
If you feel the logs are too large to paste here, please use a service like GitHub Gist and paste the link here. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
I have worked on a branch config and didn't see that it took the config from the main branch too. |
Beta Was this translation helpful? Give feedback.
I have worked on a branch config and didn't see that it took the config from the main branch too.
So everything works as expected.