Fix addLabels in Renovate config#646
Conversation
There was a problem hiding this comment.
Pull request overview
Fixes the Renovate configuration regression introduced in PR #643 by relocating addLabels to the correct level within the relevant packageRules entry, so Renovate’s self-upgrade PRs regain the skip-review label needed for auto-merge behavior.
Changes:
- Moves
addLabelsout ofpostUpgradeTasksand into the package rule object where Renovate expects it. - Ensures Renovate PRs created by the
custom.jsonatamanager forklone.yamlreceive theskip-reviewlabel.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Erik Godding Boye <egboye@gmail.com>
|
/cc @ThatsMrTalbot |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ThatsMrTalbot The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is correcting a bug in #643. I unintentionally put the new
addLabelsfield underpostUpgradeTasks, which is obviously wrong.