mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
1b70bb1224
This reverts commit 7359377974
.
14 lines
302 B
JSON
14 lines
302 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": ["^.*Dockerfile$"],
|
|
"matchStrings": ["^FROM (?<depName>ubuntu):(?<currentValue>[a-zA-Z]+)-(?<build>\\d+)"],
|
|
"depNameTemplate": "{{depName}}",
|
|
"datasourceTemplate": "docker"
|
|
}
|
|
]
|
|
}
|