From f94376f921d99b0e3e6ebcb0def0773cf3b08fdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 00:31:23 +0000 Subject: [PATCH] Update all patch versions to v0.22.5 --- .github/renovate.json5 | 2 +- mise.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 577e199..084fe9f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,7 +1,7 @@ { $schema: 'https://docs.renovatebot.com/renovate-schema.json', extends: [ - "github>grafana/flint#v0.22.4", + "github>grafana/flint#v0.22.5", 'config:best-practices', 'helpers:pinGitHubActionDigestsToSemver', 'customManagers:githubActionsVersions', diff --git a/mise.toml b/mise.toml index 1375b9a..0332e54 100644 --- a/mise.toml +++ b/mise.toml @@ -1,7 +1,7 @@ [tools] # Linters -"aqua:grafana/flint" = "0.22.4" +"aqua:grafana/flint" = "0.22.5" lychee = "0.24.2" [tasks.lint]