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