Skip to content

Commit

Permalink
fix(git-submodule): disable pinDigests (#6754)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jul 14, 2020
1 parent 76d8574 commit 467994b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/datasource/git-submodules/index.ts
Expand Up @@ -6,6 +6,10 @@ import { DigestConfig, GetReleasesConfig, ReleaseResult } from '../common';

export const id = 'git-submodules';

export const defaultConfig = {
pinDigests: false,
};

export async function getReleases({
lookupName,
registryUrls,
Expand Down

0 comments on commit 467994b

Please sign in to comment.