mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
fix(clojure): set registryStrategy
This commit is contained in:
parent
02e6817fb9
commit
4610e25b05
1 changed files with 1 additions and 0 deletions
|
@ -3,5 +3,6 @@ import { MAVEN_REPO } from '../maven/common';
|
||||||
export const id = 'clojure';
|
export const id = 'clojure';
|
||||||
|
|
||||||
export const defaultRegistryUrls = ['https://clojars.org/repo', MAVEN_REPO];
|
export const defaultRegistryUrls = ['https://clojars.org/repo', MAVEN_REPO];
|
||||||
|
export const registryStrategy = 'merge';
|
||||||
|
|
||||||
export { getReleases } from '../maven';
|
export { getReleases } from '../maven';
|
||||||
|
|
Loading…
Reference in a new issue