From a79ad1c6ff5a0f221756f6599e1acc267e47605a Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Mon, 8 Jun 2026 16:05:10 +0000 Subject: [PATCH] chore: add aube and allow_builds for npm:renovate mise's npm backend uses --ignore-scripts=true, silently breaking renovate's re2 native binary at install time. aube supports per-tool allow_builds allowlisting and is picked up automatically by mise. Tracked in grafana/flint#344. Signed-off-by: Gregor Zeitlinger --- mise.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 3e1a4b62c..aa2c7224a 100644 --- a/mise.toml +++ b/mise.toml @@ -1,5 +1,6 @@ [tools] "go:github.com/grafana/oats" = "0.7.0" +aube = "latest" hugo = "0.163.0" java = "temurin-25.0.3+9.0.LTS" node = "24.16.0" @@ -14,7 +15,7 @@ biome = "2.4.16" editorconfig-checker = "3.7.0" google-java-format = "1.35.0" lychee = "0.24.2" -"npm:renovate" = "43.212.4" +"npm:renovate" = { version = "43.212.4", allow_builds = ["re2"] } ruff = "0.15.16" rumdl = "0.2.9" shellcheck = "v0.11.0"