mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-09-02 02:39:26 +00:00
update renovate.json
This commit is contained in:
parent
167bbb5517
commit
e7f452aa2e
1 changed files with 3 additions and 1 deletions
4
.github/renovate.json
vendored
4
.github/renovate.json
vendored
|
@ -8,7 +8,9 @@
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": ["^.*/?Dockerfile$"],
|
"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": [
|
"packageRules": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue