mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-08 12:10:05 +08:00
fix: regex match string
fix: regex match string fix: regex match string fix: plaform merge fix: labels fix: labels 2
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"enabledManagers": ["docker-compose"],
|
"platformAutomerge": true,
|
||||||
"baseBranches": ["main", "stable-4.0"],
|
"enabledManagers": ["docker-compose", "custom.regex"],
|
||||||
|
"baseBranchPatterns": ["main", "stable-4.0"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchManagers": ["docker-compose"],
|
"matchManagers": ["docker-compose", "custom.regex"],
|
||||||
"labels": ["Type:Dependencies", "docker"]
|
"labels": ["Type:Dependencies", "Bot:Renovate"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["docker-compose"],
|
"matchManagers": ["docker-compose"],
|
||||||
@@ -15,8 +16,7 @@
|
|||||||
{
|
{
|
||||||
"matchBaseBranches": ["stable-4.0"],
|
"matchBaseBranches": ["stable-4.0"],
|
||||||
"matchUpdateTypes": ["major", "minor"],
|
"matchUpdateTypes": ["major", "minor"],
|
||||||
"enabled": false,
|
"enabled": false
|
||||||
"automerge": false
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["postgres"],
|
"matchPackageNames": ["postgres"],
|
||||||
@@ -25,18 +25,17 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"docker-compose": {
|
"docker-compose": {
|
||||||
"fileMatch": [
|
"managerFilePatterns": ["/.+\\.ya?ml$/"]
|
||||||
".+\\.ya?ml$"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"regexManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"customType": "regex",
|
||||||
"^docker-compose\\.yml$",
|
"managerFilePatterns": [
|
||||||
"^weboffice/collabora\\.yml$"
|
"/^docker-compose\\.yml$/",
|
||||||
|
"/^weboffice\\/collabora\\.yml$/"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"# renovate: depName=(?<depName>[^\\s]+)\\n\\s+image: [^:]+:\\$\\{[^}]+-(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)\\}"
|
"# renovate: depName=(?<depName>[^\\s]+)\\n\\s+image: \\$\\{[^}]+\\}:\\$\\{[^}]+-(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)\\}"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "docker"
|
"datasourceTemplate": "docker"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user