From 972d564ad31dfbff89b3ce5fe944a91dd23e73e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 01:00:11 +0000 Subject: [PATCH] Update all patch versions to v0.22.8 --- .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 956160f..9c8aaa3 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.6", + "github>grafana/flint#v0.22.8", 'config:best-practices', 'helpers:pinGitHubActionDigestsToSemver', 'customManagers:githubActionsVersions', diff --git a/mise.toml b/mise.toml index 974e5be..4811029 100644 --- a/mise.toml +++ b/mise.toml @@ -1,7 +1,7 @@ [tools] # Linters -"aqua:grafana/flint" = "0.22.6" +"aqua:grafana/flint" = "0.22.8" lychee = "0.24.2" [tasks.lint]