diff --git a/lib/types/skip-reason.ts b/lib/types/skip-reason.ts index d2b1914e7ac195..a94117c3d113b5 100644 --- a/lib/types/skip-reason.ts +++ b/lib/types/skip-reason.ts @@ -24,7 +24,6 @@ export type SkipReason = | 'no-repository' | 'no-source-match' | 'no-source' - | 'unspecified-version' | 'non-hex-dep-types' | 'not-a-version' | 'path-dependency' @@ -33,6 +32,7 @@ export type SkipReason = | 'unknown-registry' | 'unknown-version' | 'unknown-volta' + | 'unspecified-version' | 'unsupported-chart-type' | 'unsupported-datasource' | 'unsupported-remote'