mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-08 20:20:04 +08:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"enabledManagers": ["docker-compose"],
|
|
"baseBranches": ["main", "stable-4.0"],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["docker-compose"],
|
|
"labels": ["Type:Dependencies", "docker"]
|
|
},
|
|
{
|
|
"matchManagers": ["docker-compose"],
|
|
"matchUpdateTypes": ["patch"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchBaseBranches": ["stable-4.0"],
|
|
"matchUpdateTypes": ["major", "minor"],
|
|
"enabled": false,
|
|
"automerge": false
|
|
},
|
|
{
|
|
"matchPackageNames": ["postgres"],
|
|
"matchManagers": ["docker-compose"],
|
|
"allowedVersions": "/^17\\.\\d+-alpine$/"
|
|
}
|
|
],
|
|
"docker-compose": {
|
|
"fileMatch": [
|
|
".+\\.ya?ml$"
|
|
]
|
|
},
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": [
|
|
"^docker-compose\\.yml$",
|
|
"^weboffice/collabora\\.yml$"
|
|
],
|
|
"matchStrings": [
|
|
"# renovate: depName=(?<depName>[^\\s]+)\\n\\s+image: [^:]+:\\$\\{[^}]+-(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)\\}"
|
|
],
|
|
"datasourceTemplate": "docker"
|
|
}
|
|
]
|
|
}
|