From eee58493d064852641e85ad73b80124cc8366481 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 cce60699..5c8b11cc 100644 --- a/mise.toml +++ b/mise.toml @@ -1,4 +1,5 @@ [tools] +aube = "latest" go = "1.26.4" goreleaser = "2.16.0" node = "24.16.0" @@ -12,7 +13,7 @@ editorconfig-checker = "3.6.1" golangci-lint = "2.12.2" hadolint = "2.14.0" lychee = "0.24.2" -"npm:renovate" = "43.150.0" +"npm:renovate" = { version = "43.150.0", allow_builds = ["re2"] } rumdl = "0.1.80" shellcheck = "0.11.0" shfmt = "3.12.0"