Skip to content

Commit

Permalink
Move to sourceUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
ahatzz11 committed May 4, 2023
1 parent da84ec9 commit f310996
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/modules/datasource/metadata-manual.ts
Expand Up @@ -53,10 +53,6 @@ export const manualChangelogUrls: Record<string, Record<string, string>> = {
'google/cloud-sdk': 'https://cloud.google.com/sdk/docs/release-notes',
neo4j: 'https://neo4j.com/release-notes/',
'whitesource/renovate': 'https://github.com/whitesource/renovate-on-prem',
},
maven: {
'com.figure.gradle.semver-plugin:com.figure.gradle.semver-plugin.gradle.plugin':
'https://github.com/FigureTechnologies/gradle-semver-plugin',
}
};

Expand Down Expand Up @@ -98,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 f310996

Please sign in to comment.