diff --git a/README.md b/README.md index 32d88aba..650068c4 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ biome = "2.4.12" rust = "1.95.0" # activates cargo-fmt + cargo-clippy go = "1.26.2" # activates gofmt lychee = "0.22.0" # activates links check -"npm:renovate" = "43.141.5" # activates renovate-deps check +"npm:renovate" = "43.141.6" # activates renovate-deps check ``` Then wire up lint tasks: diff --git a/mise.toml b/mise.toml index 4f33b950..48cfa828 100644 --- a/mise.toml +++ b/mise.toml @@ -20,7 +20,7 @@ golangci-lint = "2.11.4" hadolint = "2.14.0" ktlint = "1.8.0" lychee = "0.22.0" -"npm:renovate" = "43.141.5" +"npm:renovate" = "43.141.6" "pipx:codespell" = "2.4.2" ruff = "0.15.12" rumdl = "0.1.78"