Skip to content
Snippets Groups Projects
Unverified Commit d8400d30 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

build: add java-maven install-tool support

parent 7e4a7a0c
No related branches found
Tags 39.82.4
No related merge requests found
......@@ -87,6 +87,12 @@ const allToolConfig: Record<string, ToolConfig> = {
packageName: 'java',
versioning: npmVersioningId,
},
/* not used in Renovate */
'java-maven': {
datasource: 'java-version',
packageName: 'java',
versioning: mavenVersioningId,
},
jb: {
datasource: 'github-releases',
packageName: 'jsonnet-bundler/jsonnet-bundler',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment