From 2ad15164f8c415c80c3a66ce64ec978844b7543a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 08:34:50 +0000 Subject: [PATCH] chore(deps): update dependency thegeeklab/hugo-geekdoc to v2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 087c61644cb..3733f3310de 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=thegeeklab/hugo-geekdoc -THEME_VERSION ?= v0.47.0 +THEME_VERSION ?= v2.0.0 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.