From 03b5e5e4d0c2a712496a4f691f28d7dd164894f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 02:14:46 +0000 Subject: [PATCH] chore(deps): update flint 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 b959e853e..ae1be2747 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,6 +1,6 @@ { $schema: "https://docs.renovatebot.com/renovate-schema.json", - extends: ["config:best-practices", "config:recommended", "github>grafana/flint#v0.22.4"], + extends: ["config:best-practices", "config:recommended", "github>grafana/flint#v0.22.5"], platformCommit: "enabled", automerge: true, ignorePaths: [ diff --git a/mise.toml b/mise.toml index 31dcb55c5..f32cd272e 100644 --- a/mise.toml +++ b/mise.toml @@ -7,7 +7,7 @@ protoc = "35" # Linters actionlint = "1.7.12" -"aqua:grafana/flint" = "0.22.4" +"aqua:grafana/flint" = "0.22.5" "aqua:jonwiggins/xmloxide" = "v0.4.3" "aqua:owenlamont/ryl" = "0.11.0" biome = "2.4.16"