Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add changelogUrl for gradle-semver-plugin #20441

Merged
merged 13 commits into from May 16, 2023
4 changes: 4 additions & 0 deletions lib/modules/datasource/metadata-manual.ts
Expand Up @@ -54,6 +54,10 @@ export const manualChangelogUrls: Record<string, Record<string, string>> = {
neo4j: 'https://neo4j.com/release-notes/',
'whitesource/renovate': 'https://github.com/whitesource/renovate-on-prem',
},
maven: {
'com.figure.gradle.semver-plugin':
ahatzz11 marked this conversation as resolved.
Show resolved Hide resolved
'https://github.com/FigureTechnologies/gradle-semver-plugin',
ahatzz11 marked this conversation as resolved.
Show resolved Hide resolved
}
};

// Use this object to define manual source URLs for packages
Expand Down