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]