Skip to content

Commit

Permalink
docs(manager/swift): Set displayName and url (#16944)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Aug 3, 2022
1 parent 16af196 commit fe27734
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/modules/manager/swift/index.ts
Expand Up @@ -3,6 +3,9 @@ import * as swiftVersioning from '../../versioning/swift';

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 defaultConfig = {
Expand Down

0 comments on commit fe27734

Please sign in to comment.