🐛 Fix missing changeLogUrl in Renovate customManagers#830
🐛 Fix missing changeLogUrl in Renovate customManagers#830vbottu wants to merge 1 commit intometal3-io:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @vbottu. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
tuminoid
left a comment
There was a problem hiding this comment.
This does not work. We tried similar in #802.
$ npx --yes --package renovate -- renovate-config-validator
ERROR: Found errors in configuration
"file": "renovate.json",
"errors": [
{
"topic": "Configuration Error",
"message": "Custom Manager contains disallowed fields: changelogUrl"
}
]
WARN: Found errors in configuration
"file": "renovate.json",
"warnings": [
{
"topic": "customManagers[0].changelogUrl",
"message": "\"changelogUrl\" can't be used in \"customManagers\". Allowed objects: packageRules."
}
]
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What this PR does / why we need it:
Adds
changelogUrlconfiguration to thecustomManagerssection for the openstack-ironic dependency. This ensures that Renovate PRs for ironic version updates include a changelog link comparing the old and new commit digests, making it easier to review what changed between versions.Fixes #810
Checklist: