feat: group linter renovate updates#209
Merged
zeitlinger merged 1 commit intomainfrom Apr 23, 2026
Merged
Conversation
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
martincostello
approved these changes
Apr 23, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the shared Renovate preset to group flint-managed linter/tooling dependencies into a single weekly update window, and adds a registry-level test to keep that preset in sync with the linter registry. It also mirrors the same grouping in the repo’s own Renovate config.
Changes:
- Add a Rust test ensuring
default.jsoncontains a weekly “linters” package rule matching all non-toolchain registry checks that use external binaries. - Replace the old single-package weekly Renovate rule in
default.jsonwith a grouped weekly “linters” rule covering all flint-managed linter/tool dependencies. - Sync
.github/renovate.json5package rules with the updated shared preset grouping.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/registry/tests.rs |
Adds a guardrail test asserting the shared Renovate preset’s weekly “linters” rule stays consistent with the registry (excluding toolchains). |
default.json |
Defines the new grouped weekly “linters” Renovate rule (and schedule) for flint-managed linter/tool dependencies. |
.github/renovate.json5 |
Updates the repo-local Renovate config to use the same weekly “linters” grouping as the shared preset. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
zeitlinger
pushed a commit
that referenced
this pull request
Apr 23, 2026
### Added - group linter renovate updates ([#209](#209)) ### Fixed - expand baseline guards for config and flint changes ([#215](#215)) - remove stale exclude_paths init placeholder ([#211](#211)) - baseline lint coverage changes ([#214](#214)) - align biome init and formatter ownership ([#205](#205)) ### Other - *(deps)* update dependency npm:renovate to v43.133.0 ([#216](#216)) - *(deps)* update dependency npm:renovate to v43.132.2 ([#212](#212)) - *(deps)* update taiki-e/install-action digest to 5f57d6c ([#204](#204)) - clarify that flint init works with existing mise.toml ([#208](#208)) - guard against overlapping fixer ownership ([#206](#206)) > [!IMPORTANT] > Close and reopen this PR to trigger CI checks. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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
Groups flint-managed linter dependencies in the shared Renovate preset so they update only once per week.
The rule intentionally excludes runtime/toolchain entries such as
node,go,rust, anddotnet, deriving that distinction from the registry metadata. The repo-local Renovate config is kept in sync with the published preset.Validation
cargo test -q default_renovate_preset_covers_all_linter_tools_weeklymise run lint:fixNote:
mise run lint:fixemitted a non-fatal warning about~/.local/share/mise/.fake-asdfpermissions, but completed successfully.