mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
update renovate.json
This commit is contained in:
parent
167bbb5517
commit
e7f452aa2e
4
.github/renovate.json
vendored
4
.github/renovate.json
vendored
|
@ -8,7 +8,9 @@
|
|||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": ["^.*/?Dockerfile$"],
|
||||
"matchStrings": ["^FROM ubuntu:(?<majorVersion>[a-zA-Z]+)-(?<build>\\d+)"]
|
||||
"matchStrings": ["^FROM (?<depName>ubuntu):(?<currentValue>[a-zA-Z]+)-(?<build>\\d+)"],
|
||||
"depNameTemplate": "{{depName}}",
|
||||
"datasourceTemplate": "docker"
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
|
|
Loading…
Reference in a new issue