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 @@ -94,7 +94,11 @@
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',
}
ahatzz11 marked this conversation as resolved.
Show resolved Hide resolved
npm: {

Check failure on line 101 in lib/modules/datasource/metadata-manual.ts

View workflow job for this annotation

GitHub Actions / lint

',' expected.

Check failure on line 101 in lib/modules/datasource/metadata-manual.ts

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

',' expected.
node: 'https://github.com/nodejs/node',
},
nvm: {
Expand Down