From 1790f0b932225e4f1d4ac81349528dca5d8f48e9 Mon Sep 17 00:00:00 2001 From: Max Leske <250711+theseion@users.noreply.github.com> Date: Thu, 5 Jun 2025 21:10:17 +0200 Subject: [PATCH] chore: update Hugo and remove version restriction --- .github/workflows/test.yml | 2 +- renovate.json | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 32494de5..da71ab2c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=github-releases depName=gohugoio/hugo - HUGO_VERSION: 0.145.0 + HUGO_VERSION: 0.147.7 steps: - name: Install Hugo CLI run: | diff --git a/renovate.json b/renovate.json index c3a996f9..c38e058a 100644 --- a/renovate.json +++ b/renovate.json @@ -23,13 +23,5 @@ "depNameTemplate": "coreruleset/coreruleset", "datasourceTemplate": "github-releases" } - ], - "packageRules": [ - { - "matchPackageNames": [ - "gohugoio/hugo" - ], - "allowedVersions": "<=0.145.0" - } ] }