Skip to content

Commit

Permalink
feat(datasource/node-version): allow custom registry support (#28394)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwallen committed Apr 14, 2024
1 parent fc97424 commit 783f4ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/modules/datasource/node-version/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ export class NodeVersionDatasource extends Datasource {
super(datasource);
}

override readonly customRegistrySupport = false;

override readonly defaultRegistryUrls = [defaultRegistryUrl];

override readonly defaultVersioning = versioning;
Expand Down

0 comments on commit 783f4ef

Please sign in to comment.