chore(deps): bump renovate to 43.150.0#273
Merged
zeitlinger merged 1 commit intomainfrom May 8, 2026
Merged
Conversation
Pulls in renovatebot/renovate#42783 (mise: auto-support tools through mise registry), which lets Renovate's mise manager resolve bare-key tools to packageName + datasource via the bundled mise registry. Effect on renovate-tracked-deps.json: biome now resolves to {packageName: "biomejs/biome", datasource: "github-tags"} instead of the previous lossy {packageName: "biome"} entry. google-java-format remains partial (Renovate's aqua resolver doesn't surface a datasource for it) — fine under the current invariant since rules reference it only via matchDepNames. Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s pinned Renovate version and refreshes the generated Renovate dependency snapshot so renovate-deps validation reflects Renovate’s latest mise/aqua resolution behavior (notably for bare-key tools like biome).
Changes:
- Bump
npm:renovateinmise.tomlfrom43.141.6to43.150.0. - Regenerate
.github/renovate-tracked-deps.jsonsobiomenow resolves tobiomejs/biomewithgithub-tagsdatasource metadata.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
mise.toml |
Updates the pinned Renovate tool version used by flint/CI workflows. |
.github/renovate-tracked-deps.json |
Refreshes the tracked-deps snapshot metadata to match Renovate 43.150.0 extraction/resolution output. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
martincostello
approved these changes
May 8, 2026
matt-hensley
approved these changes
May 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
43.149.0 landed renovatebot/renovate#42783 — the mise manager now auto-resolves bare-key tools through the bundled mise registry. Bare-key tools like `biome` that previously came back as `{packageName: "biome"}` (no datasource) now resolve via aqua to `{packageName: "biomejs/biome", datasource: "github-tags"}`.
This makes the snapshot more useful for rule-coverage validation without any flint code changes.
Effect on the snapshot
Test plan