Skip to content

Commit

Permalink
docs(manager/argocd): Set displayName and url (#16838)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Jul 28, 2022
1 parent 40809f7 commit 16705ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/modules/manager/argocd/index.ts
Expand Up @@ -2,6 +2,9 @@ import { GitTagsDatasource } from '../../datasource/git-tags';
import { HelmDatasource } from '../../datasource/helm';
export { extractPackageFile } from './extract';

export const displayName = 'Argo CD';
export const url = 'https://argo-cd.readthedocs.io/';

export const defaultConfig = {
fileMatch: [],
};
Expand Down

0 comments on commit 16705ed

Please sign in to comment.