mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 15:36:25 +00:00
docs(manager/swift): Set displayName and url (#16944)
This commit is contained in:
parent
16af196523
commit
fe27734715
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ import * as swiftVersioning from '../../versioning/swift';
|
||||||
|
|
||||||
export { extractPackageFile } from './extract';
|
export { extractPackageFile } from './extract';
|
||||||
|
|
||||||
|
export const displayName = 'Swift Package Manager';
|
||||||
|
export const url = 'https://www.swift.org/package-manager/';
|
||||||
|
|
||||||
export const supportedDatasources = [GitTagsDatasource.id];
|
export const supportedDatasources = [GitTagsDatasource.id];
|
||||||
|
|
||||||
export const defaultConfig = {
|
export const defaultConfig = {
|
||||||
|
|
Loading…
Reference in a new issue