Skip to content

Commit

Permalink
fix: Add changelogUrl for gradle-semver-plugin (#20441)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
ahatzz11 and viceice committed May 16, 2023
1 parent ae75c83 commit 2e7aa43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/modules/datasource/metadata-manual.ts
Expand Up @@ -94,6 +94,10 @@ export const manualSourceUrls: Record<string, Record<string, string>> = {
kubernetes: {
node: 'https://github.com/nodejs/node',
},
maven: {
'com.figure.gradle.semver-plugin:com.figure.gradle.semver-plugin.gradle.plugin':
'https://github.com/FigureTechnologies/gradle-semver-plugin',
},
npm: {
node: 'https://github.com/nodejs/node',
},
Expand Down

0 comments on commit 2e7aa43

Please sign in to comment.