From 89d75c4f81c19257808906f7ab50f8d7e52b54d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 09:42:06 +0000 Subject: [PATCH 1/2] Update dependency github:grafana/flint to v0.21.0 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 22d69a2df..021555dac 100644 --- a/mise.toml +++ b/mise.toml @@ -1,6 +1,6 @@ [tools] # Linters -"github:grafana/flint" = "0.20.3" +"github:grafana/flint" = "0.21.0" lychee = "0.23.0" markdownlint-cli2 = "0.22.1" From f3cb63ab873b3ee1ffcf93518db788326a358a3e Mon Sep 17 00:00:00 2001 From: Jason Plumb Date: Fri, 1 May 2026 08:58:48 -0700 Subject: [PATCH 2/2] fix ordering of tools --- mise.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 021555dac..a716459e8 100644 --- a/mise.toml +++ b/mise.toml @@ -1,8 +1,9 @@ [tools] +markdownlint-cli2 = "0.22.1" + # Linters "github:grafana/flint" = "0.21.0" lychee = "0.23.0" -markdownlint-cli2 = "0.22.1" [env] FLINT_CONFIG_DIR = ".github/config"