-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[chore] track markdown-link-check with renovate #36552
[chore] track markdown-link-check with renovate #36552
Conversation
Signed-off-by: Moritz Wiesinger <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but the job was skipped on this PR: https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12030896224/job/33539336146?pr=36552 could we test before merging? (maybe on a draft PR split off from this one)
Signed-off-by: Moritz Wiesinger <[email protected]>
@mx-psi i did a test change in a markdown file to get a run triggered. installation looks good although the tool errors out so i'll maybe revert back to the pinned version for now |
Signed-off-by: Moritz Wiesinger <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
@mx-psi all green with the older markdown link check version |
Reverts #36555. After the update of the version the check is failing: https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12068945579/job/33655141758#step:10:16 The PR introduced the dependency had the version pinned: #36552
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This PR adds markdown-link-check to the tracked dependencies of renovate. It achieves that by using the [`customManagers:githubActionsVersions`](https://docs.renovatebot.com/presets-customManagers/#custommanagersgithubactionsversions) renovate preset that enables user to update arbitrary versions in github actions files without having to maintain their own regex for them. <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes open-telemetry#36259 <!--Describe what testing was performed and which tests were added.--> #### Testing This setup is already in use in the dynatrace collector distro and works great: [latest update PR](Dynatrace/dynatrace-otel-collector#382), [renovate config](https://github.com/Dynatrace/dynatrace-otel-collector/blob/07e4662f92b0cadfb311eca74c9269c1c1598634/renovate.json#L6) --------- Signed-off-by: Moritz Wiesinger <[email protected]>
…-telemetry#36586) Reverts open-telemetry#36555. After the update of the version the check is failing: https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12068945579/job/33655141758#step:10:16 The PR introduced the dependency had the version pinned: open-telemetry#36552
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This PR adds markdown-link-check to the tracked dependencies of renovate. It achieves that by using the [`customManagers:githubActionsVersions`](https://docs.renovatebot.com/presets-customManagers/#custommanagersgithubactionsversions) renovate preset that enables user to update arbitrary versions in github actions files without having to maintain their own regex for them. <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes open-telemetry#36259 <!--Describe what testing was performed and which tests were added.--> #### Testing This setup is already in use in the dynatrace collector distro and works great: [latest update PR](Dynatrace/dynatrace-otel-collector#382), [renovate config](https://github.com/Dynatrace/dynatrace-otel-collector/blob/07e4662f92b0cadfb311eca74c9269c1c1598634/renovate.json#L6) --------- Signed-off-by: Moritz Wiesinger <[email protected]>
…-telemetry#36586) Reverts open-telemetry#36555. After the update of the version the check is failing: https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12068945579/job/33655141758#step:10:16 The PR introduced the dependency had the version pinned: open-telemetry#36552
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This PR adds markdown-link-check to the tracked dependencies of renovate. It achieves that by using the [`customManagers:githubActionsVersions`](https://docs.renovatebot.com/presets-customManagers/#custommanagersgithubactionsversions) renovate preset that enables user to update arbitrary versions in github actions files without having to maintain their own regex for them. <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes open-telemetry#36259 <!--Describe what testing was performed and which tests were added.--> #### Testing This setup is already in use in the dynatrace collector distro and works great: [latest update PR](Dynatrace/dynatrace-otel-collector#382), [renovate config](https://github.com/Dynatrace/dynatrace-otel-collector/blob/07e4662f92b0cadfb311eca74c9269c1c1598634/renovate.json#L6) --------- Signed-off-by: Moritz Wiesinger <[email protected]>
…-telemetry#36586) Reverts open-telemetry#36555. After the update of the version the check is failing: https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12068945579/job/33655141758#step:10:16 The PR introduced the dependency had the version pinned: open-telemetry#36552
Description
This PR adds markdown-link-check to the tracked dependencies of renovate. It achieves that by using the
customManagers:githubActionsVersions
renovate preset that enables user to update arbitrary versions in github actions files without having to maintain their own regex for them.Link to tracking issue
Fixes #36259
Testing
This setup is already in use in the dynatrace collector distro and works great: latest update PR, renovate config