fix: use docker image to production release on stable-7.2

This commit is contained in:
v.scharf
2026-07-10 09:39:48 +02:00
parent 12efcc9e91
commit 300fc4779b
3 changed files with 10 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"platformAutomerge": true,
"enabledManagers": ["docker-compose", "custom.regex"],
"baseBranchPatterns": ["main", "stable-4.0"],
"baseBranchPatterns": ["main", "stable-7.2"],
"packageRules": [
{
"matchManagers": ["docker-compose", "custom.regex"],
@@ -14,7 +14,7 @@
"automerge": true
},
{
"matchBaseBranches": ["stable-4.0"],
"matchBaseBranches": ["stable-7.2"],
"matchUpdateTypes": ["major", "minor"],
"enabled": false
},