Renovate: OpenSSL bundle

This commit is contained in:
Franck Nijhof 2023-03-28 19:14:15 +02:00
parent 3f7de31355
commit 3a6687b8dc
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -47,7 +47,7 @@
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
"\\s\\s(?<package>[a-z0-9-]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
"\\s\\s(?<package>[a-z0-9-_]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
@ -65,6 +65,12 @@
"matchDatasources": ["repology"],
"automerge": true
},
{
"groupName": "OpenSSL",
"matchDatasources": ["repology"],
"matchPackagePatterns": ["^alpine_.*/(libssl|libcrypto).*$"],
"automerge": true
},
{
"groupName": "Alpine base image",
"matchDatasources": ["docker"]