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]