mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
8 lines
236 B
TypeScript
8 lines
236 B
TypeScript
import { MAVEN_REPO } from '../maven/common';
|
|
|
|
export const id = 'clojure';
|
|
|
|
export const defaultRegistryUrls = ['https://clojars.org/repo', MAVEN_REPO];
|
|
export const registryStrategy = 'merge';
|
|
|
|
export { getReleases } from '../maven';
|