Skip to content

Commit c34ad77

Browse files
committed
Fix renovate
1 parent 3b44ffb commit c34ad77

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

renovate.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,6 @@
1717
"\\bdocker\\.io/(?<depName>[^:]+):(?<currentValue>[-0-9\\.a-z]+)"
1818
],
1919
"datasourceTemplate": "docker"
20-
},
21-
{
22-
"customType": "regex",
23-
"fileMatch": [
24-
"build-images.sh"
25-
],
26-
"matchStrings": [
27-
"docker\\.io/postgres:(?<currentValue>[-0-9\\.a-z]+)"
28-
],
29-
"datasourceTemplate": "docker",
30-
"depNameTemplate": "postgres"
3120
}
3221
],
3322
"packageRules": [
@@ -39,7 +28,7 @@
3928
},
4029
{
4130
"matchPackageNames": [
42-
"/^zabbix/"
31+
"zabbix"
4332
],
4433
"allowedVersions": "< 7.1.0"
4534
}

0 commit comments

Comments
 (0)