From e689963180348c70541f02b6cabacb59e2156454 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:53:29 +0000 Subject: [PATCH 1/4] chore(deps): update module go:github.com/gohugoio/hugo to v0.161.1 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index a6ac6c257..dddd7cbdb 100644 --- a/mise.toml +++ b/mise.toml @@ -1,5 +1,5 @@ [tools] -"go:github.com/gohugoio/hugo" = "v0.161.0" +"go:github.com/gohugoio/hugo" = "v0.161.1" "go:github.com/grafana/oats" = "0.6.1" java = "temurin-25.0.3+9.0.LTS" node = "24.15.0" From cf2da1542434b53d420ee3521d41f907bd21d4dd Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Thu, 30 Apr 2026 18:56:03 +0200 Subject: [PATCH 2/4] Apply suggestion from @zeitlinger Signed-off-by: Gregor Zeitlinger --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index dddd7cbdb..0b8b57e09 100644 --- a/mise.toml +++ b/mise.toml @@ -1,5 +1,5 @@ [tools] -"go:github.com/gohugoio/hugo" = "v0.161.1" +hugo = "0.161.1" "go:github.com/grafana/oats" = "0.6.1" java = "temurin-25.0.3+9.0.LTS" node = "24.15.0" From 80ebbf5bf0d73e9c13bd785c235f7dabe9ebfe6f Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Thu, 30 Apr 2026 18:59:02 +0200 Subject: [PATCH 3/4] sort Signed-off-by: Gregor Zeitlinger --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 0b8b57e09..ff40988a8 100644 --- a/mise.toml +++ b/mise.toml @@ -1,6 +1,6 @@ [tools] -hugo = "0.161.1" "go:github.com/grafana/oats" = "0.6.1" +hugo = "0.161.1" java = "temurin-25.0.3+9.0.LTS" node = "24.15.0" protoc = "34.1" From aef844252d06c71627bb0bc2d15937636e51ed8f Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Mon, 4 May 2026 09:37:54 +0000 Subject: [PATCH 4/4] fix: track hugo by tool name Signed-off-by: Gregor Zeitlinger --- .github/renovate-tracked-deps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate-tracked-deps.json b/.github/renovate-tracked-deps.json index b29b53789..2dde2330f 100644 --- a/.github/renovate-tracked-deps.json +++ b/.github/renovate-tracked-deps.json @@ -115,8 +115,8 @@ "github:grafana/flint", "github:jonwiggins/xmloxide", "github:koalaman/shellcheck", - "go:github.com/gohugoio/hugo", "go:github.com/grafana/oats", + "hugo", "java", "lychee", "node",