Skip to content
Snippets Groups Projects
Unverified Commit 95798005 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix(helm-values): disable pinDigests (#6230)

parent 5bd2d42d
No related branches found
No related tags found
No related merge requests found
...@@ -3,4 +3,5 @@ export { extractPackageFile } from './extract'; ...@@ -3,4 +3,5 @@ export { extractPackageFile } from './extract';
export const defaultConfig = { export const defaultConfig = {
commitMessageTopic: 'helm values {{depName}}', commitMessageTopic: 'helm values {{depName}}',
fileMatch: ['(^|/)values.yaml$'], fileMatch: ['(^|/)values.yaml$'],
pinDigests: false,
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment