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