Skip to content

Commit

Permalink
fix: Add changelogUrl for gradle-semver-plugin (renovatebot#20441)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
2 people authored and mjunker committed May 17, 2023
1 parent 7b3fd27 commit ee359da
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 ee359da

Please sign in to comment.