From f4e203f82f169c0a57425dd94c08cd3add2f2d5e Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sun, 16 Mar 2025 13:09:32 +0800 Subject: [PATCH] fix(authentik): test Renovate changelogs --- .renovate/groups.json5 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.renovate/groups.json5 b/.renovate/groups.json5 index 06232097..67a0b086 100644 --- a/.renovate/groups.json5 +++ b/.renovate/groups.json5 @@ -82,8 +82,7 @@ "matchPackageNames": ["**authentik**", "ghcr.io/goauthentik/**"], "versioning": "semver-coerced", "sourceUrl": "https://github.com/goauthentik/authentik", - //"changelogUrl": "https://docs.goauthentik.io/docs/releases/{{newMajor}}.{{newMinor}}#fixed-in-{{newMajor}}{{newMinor}}{{newPatch}}", - "changelogUrl": "https://github.com/goauthentik/authentik/blob/main/website/docs/releases/{{newMajor}}/v{{newMajor}}.{{newMinor}}.md#fixed-in-{{newMajor}}{{newMinor}}{{newPatch}}", + //"prBodyNotes": "Changelog link: https://docs.goauthentik.io/docs/releases/{{newMajor}}.{{newMinor}}#fixed-in-{{newMajor}}{{newMinor}}{{newPatch}}", "automerge": false, "separateMultipleMajor": true, "separateMinorPatch": true