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
b1e3653d37
commit
c59a20911b
1 changed files with 12 additions and 23 deletions
35
.github/renovate.json
vendored
35
.github/renovate.json
vendored
|
@ -1,24 +1,13 @@
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:base"
|
||||||
],
|
],
|
||||||
"separateMinorPatch": true,
|
"regexManagers": [
|
||||||
"separateMajorMinor": true,
|
{
|
||||||
"separateMultipleMajor": true,
|
"fileMatch": ["^.*/?Dockerfile$"],
|
||||||
"regexManagers": [
|
"matchStrings": ["^FROM (?<depName>ubuntu):(?<currentValue>[a-zA-Z]+)-(?<build>\\d+)"],
|
||||||
{
|
"depNameTemplate": "{{depName}}",
|
||||||
"fileMatch": ["^.*/?Dockerfile$"],
|
"datasourceTemplate": "docker"
|
||||||
"matchStrings": ["^FROM (?<depName>ubuntu):(?<currentValue>[a-zA-Z]+)-(?<build>\\d+)"],
|
}
|
||||||
"depNameTemplate": "{{depName}}",
|
]
|
||||||
"datasourceTemplate": "docker"
|
}
|
||||||
}
|
|
||||||
],
|
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"datasources": ["docker"],
|
|
||||||
"packageNames": ["ubuntu"],
|
|
||||||
"allowedVersions": "/^{{majorVersion}}-/"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue