Skip to content

Commit 43f66c7

Browse files
author
Andrew Patterson
committed
Tighten match when checking for updated pcre2
Tighten the match pattern for PCRE2 in deps.yml to not include RC tags.
1 parent c29d621 commit 43f66c7

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)