From 479538e46ed7070453454e5dd985025e4fa541eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 18:55:36 +0000 Subject: [PATCH] chore(deps): update dependency thegeeklab/hugo-geekdoc to v4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 087c61644cb..18957e0abf1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=thegeeklab/hugo-geekdoc -THEME_VERSION ?= v0.47.0 +THEME_VERSION ?= v4.1.2 HUGO_IMAGE = hugomods/hugo:base-0.129.0 # note that we cannot run docker as plain command because make uses sh and the path variable might not have it included.