diff --git a/renovate.json b/renovate.json index ae6760e97..1f1eb2c78 100644 --- a/renovate.json +++ b/renovate.json @@ -63,7 +63,8 @@ "depNameTemplate": "openstack-ironic", "packageNameTemplate": "https://github.com/openstack/ironic.git", "versioningTemplate": "loose", - "autoReplaceStringTemplate": "ARG IRONIC_SOURCE={{#if newDigest}}{{{newDigest}}}{{else}}{{{newValue}}}{{/if}} # {{{currentValue}}}" + "autoReplaceStringTemplate": "ARG IRONIC_SOURCE={{#if newDigest}}{{{newDigest}}}{{else}}{{{newValue}}}{{/if}} # {{{currentValue}}}", + "changelogUrl": "https://github.com/openstack/ironic/compare/{{currentDigest}}..{{newDigest}}" } ] }