Skip to content
Snippets Groups Projects
Unverified Commit 40c02890 authored by Jamie Magee's avatar Jamie Magee Committed by GitHub
Browse files

fix(helm-requirements): corrext fileMatch regex (#7548)

parent ac7d8ea1
No related branches found
Tags 29.17.1
No related merge requests found
...@@ -5,5 +5,5 @@ export const defaultConfig = { ...@@ -5,5 +5,5 @@ export const defaultConfig = {
stable: 'https://kubernetes-charts.storage.googleapis.com/', stable: 'https://kubernetes-charts.storage.googleapis.com/',
}, },
commitMessageTopic: 'helm chart {{depName}}', commitMessageTopic: 'helm chart {{depName}}',
fileMatch: ['(^|/)requirements.yaml$'], fileMatch: ['(^|/)requirements\\.yaml$'],
}; };
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