diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6b0b479..577e199 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.2", + "github>grafana/flint#v0.22.4", 'config:best-practices', 'helpers:pinGitHubActionDigestsToSemver', 'customManagers:githubActionsVersions', diff --git a/mise.toml b/mise.toml index 4d1fdc4..1375b9a 100644 --- a/mise.toml +++ b/mise.toml @@ -1,7 +1,7 @@ [tools] # Linters -"aqua:grafana/flint" = "0.22.2" +"aqua:grafana/flint" = "0.22.4" lychee = "0.24.2" [tasks.lint] diff --git a/settings.gradle.kts b/settings.gradle.kts index df6c129..a97b190 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -2,7 +2,7 @@ pluginManagement { plugins { id("de.undercouch.download") version "5.7.0" id("io.github.gradle-nexus.publish-plugin") version "2.0.0" - id("com.gradle.develocity") version "4.4.1" + id("com.gradle.develocity") version "4.4.2" id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0" } }