From cb0130e6d70b5b0b3dfcb07ad35b7b76e6621d45 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sun, 16 Mar 2025 12:50:36 +0800 Subject: [PATCH] fix(authentik): test Renovate changelogs --- .renovate/groups.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.renovate/groups.json5 b/.renovate/groups.json5 index e6bf24bf..06232097 100644 --- a/.renovate/groups.json5 +++ b/.renovate/groups.json5 @@ -82,6 +82,8 @@ "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}}", "automerge": false, "separateMultipleMajor": true, "separateMinorPatch": true