Skip to content

Pin misspell and standardize another renovate config#2435

Merged
laurit merged 1 commit intoopen-telemetry:mainfrom
trask:pin-misspell
Nov 17, 2025
Merged

Pin misspell and standardize another renovate config#2435
laurit merged 1 commit intoopen-telemetry:mainfrom
trask:pin-misspell

Conversation

@trask
Copy link
Copy Markdown
Member

@trask trask commented Nov 16, 2025

No description provided.

- name: Install misspell
env:
# renovate: datasource=github-releases depName=golangci/misspell
MISSPELL_VERSION: v0.7.0
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread .github/renovate.json5
extends: [
'config:best-practices',
'helpers:pinGitHubActionDigestsToSemver',
'customManagers:githubActionsVersions',
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is what will pick up the _VERSION env var in github actions

Comment thread .github/renovate.json5
Comment on lines -255 to +258
'"https://github.com/(?<depName>[^/]+/[^/]+)/zipball/(?<currentValue>.+?)"',
'"(?<currentValue>.+?)" // renovate\\(github-releases\\): (?<depName>[^\\s]+)',
],
versioningTemplate: 'semver',
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is just aligning with other Java repos

import java.io.InputStream
import java.net.URI

val opampSpecVersion = "v0.14.0" // renovate(github-releases): open-telemetry/opamp-spec
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is following the aligned customManager

@trask trask marked this pull request as ready for review November 16, 2025 21:22
@trask trask requested a review from a team as a code owner November 16, 2025 21:22
@laurit laurit added this pull request to the merge queue Nov 17, 2025
Merged via the queue into open-telemetry:main with commit c8b52a5 Nov 17, 2025
39 of 41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants