Skip to content

Commit bdde245

Browse files
Copilotkbukum1
andcommitted
Align HELM_REGEXP pattern to support paths consistently
Co-authored-by: kbukum1 <171620528+kbukum1@users.noreply.github.com>
1 parent 49cc11b commit bdde245

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/lib/dependabot/shared/utils/helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
module Dependabot
77
module Shared
88
module Utils
9-
HELM_REGEXP = /^values(?:\.[\w-]+)?\.ya?ml$/i
9+
HELM_REGEXP = /(^|\/)values(?:\.[\w-]+)?\.ya?ml$/i
1010

1111
extend T::Sig
1212

0 commit comments

Comments
 (0)