File tree Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Original file line number Diff line number Diff line change 1919 {
2020 "customType" : " regex" ,
2121 "managerFilePatterns" : [
22- " /^ ext/build_common\\ .sh$ /"
22+ " /ext/build_common.sh/"
2323 ],
2424 "matchStrings" : [
2525 " readonly OPENSSL_VERSION=\" (?<currentValue>.*)\" "
3131 {
3232 "customType" : " regex" ,
3333 "managerFilePatterns" : [
34- " /^ ext/build_common\\ .sh$ /"
34+ " /ext/build_common.sh/"
3535 ],
3636 "matchStrings" : [
3737 " readonly CYRUS_SASL_VERSION=\" (?<currentValue>.*)\" "
4343 {
4444 "customType" : " regex" ,
4545 "managerFilePatterns" : [
46- " /^ ext/build_common\\ .sh$ /"
46+ " /ext/build_common.sh/"
4747 ],
4848 "matchStrings" : [
4949 " readonly ZLIB_VERSION=\" (?<currentValue>.*)\" "
5555 {
5656 "customType" : " regex" ,
5757 "managerFilePatterns" : [
58- " /^ ext/build_common\\ .sh$ /"
58+ " /ext/build_common.sh/"
5959 ],
6060 "matchStrings" : [
6161 " readonly ZSTD_VERSION=\" (?<currentValue>.*)\" "
6767 {
6868 "customType" : " regex" ,
6969 "managerFilePatterns" : [
70- " /^ ext/build_common\\ .sh$ /"
70+ " /ext/build_common.sh/"
7171 ],
7272 "matchStrings" : [
7373 " readonly KRB5_VERSION=\" (?<currentValue>.*)\" "
7474 ],
7575 "depNameTemplate" : " krb5/krb5" ,
7676 "datasourceTemplate" : " github-releases" ,
7777 "extractVersionTemplate" : " ^krb5-(?<version>.*)$"
78- },
79- {
80- "customType" : " regex" ,
81- "managerFilePatterns" : [
82- " /^ext/build_common\\ .sh$/"
83- ],
84- "matchStrings" : [
85- " readonly LIBRDKAFKA_VERSION=\" (?<currentValue>.*)\" "
86- ],
87- "depNameTemplate" : " confluentinc/librdkafka" ,
88- "datasourceTemplate" : " github-releases" ,
89- "extractVersionTemplate" : " ^v(?<version>.*)$"
9078 }
9179 ]
9280}
You can’t perform that action at this time.
0 commit comments