Skip to content

Commit dfc44b5

Browse files
authored
migrate renovate [skip ci] (#692)
1 parent 1223b76 commit dfc44b5

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

renovate.json

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{
2020
"customType": "regex",
2121
"managerFilePatterns": [
22-
"/^ext/build_common\\.sh$/"
22+
"/ext/build_common.sh/"
2323
],
2424
"matchStrings": [
2525
"readonly OPENSSL_VERSION=\"(?<currentValue>.*)\""
@@ -31,7 +31,7 @@
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>.*)\""
@@ -43,7 +43,7 @@
4343
{
4444
"customType": "regex",
4545
"managerFilePatterns": [
46-
"/^ext/build_common\\.sh$/"
46+
"/ext/build_common.sh/"
4747
],
4848
"matchStrings": [
4949
"readonly ZLIB_VERSION=\"(?<currentValue>.*)\""
@@ -55,7 +55,7 @@
5555
{
5656
"customType": "regex",
5757
"managerFilePatterns": [
58-
"/^ext/build_common\\.sh$/"
58+
"/ext/build_common.sh/"
5959
],
6060
"matchStrings": [
6161
"readonly ZSTD_VERSION=\"(?<currentValue>.*)\""
@@ -67,26 +67,14 @@
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
}

0 commit comments

Comments
 (0)