Skip to content

Commit 84fef64

Browse files
balasankarcAndrew Patterson
andcommitted
Merge branch 'tighten-pcre2-deps-regexp' into 'master'
Tighten match when checking for updated pcre2 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7350 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: João Alexandre Cunha <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: Andrew Patterson <[email protected]>
2 parents bd03682 + 43f66c7 commit 84fef64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ dependencies:
233233
- filename: config/software/pcre2.rb
234234
pattern: "Gitlab::Version.new\\('pcre2', '(\\S+)'\\)"
235235
tag_filter:
236-
matching: 'pcre2-(\d+).(\d+)'
236+
matching: 'pcre2-(\d+).(\d+)$'
237237
sort_as: '$1.$2.0'
238238
# git-filter-repo
239239
https://github.com/newren/git-filter-repo.git:

0 commit comments

Comments
 (0)