renovate/lib/datasource/clojure/index.ts

9 lines
236 B
TypeScript
Raw Normal View History

import { MAVEN_REPO } from '../maven/common';
export const id = 'clojure';
export const defaultRegistryUrls = ['https://clojars.org/repo', MAVEN_REPO];
2020-06-22 20:51:03 +00:00
export const registryStrategy = 'merge';
export { getReleases } from '../maven';