mirror of
https://github.com/hassio-addons/addon-base.git
synced 2025-05-07 04:11:24 +00:00
Renovate: OpenSSL bundle
This commit is contained in:
parent
3f7de31355
commit
3a6687b8dc
1 changed files with 7 additions and 1 deletions
8
.github/renovate.json
vendored
8
.github/renovate.json
vendored
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue