Skip to content

Commit

Permalink
fix(argocd): filter objects before parsing (#19789)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jan 11, 2023
1 parent aa4e167 commit 4464595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/modules/manager/argocd/extract.ts
Expand Up @@ -81,6 +81,7 @@ export function extractPackageFile(
}

const deps = definitions
.filter(is.plainObject)
.map((definition) => createDependency(definition))
.filter(is.truthy);

Expand Down

0 comments on commit 4464595

Please sign in to comment.