Update automerge.json5

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-17 00:06:02 +02:00
committed by GitHub
parent 24c5bcb85e
commit 28a10c3bcb

View File

@@ -6,7 +6,7 @@
"matchDatasources": ["docker", "helm", "flux"],
"automerge": true,
"matchUpdateTypes": ["minor"],
"matchPackagePatterns": ["ghcr.io/bjw-s", "ghcr.io/onedr0p", "tccr.io/tccr/.*", "tccr.io/tccrbase/.*", "tccr.io/truecharts/.*", "ghcr.io/elfhosted.*" ],
"matchPackagePatterns": ["ghcr.io/bjw-s", "ghcr.io/onedr0p", "tccr.io/tccr/.*", "tccr.io/tccrbase/.*", "tccr.io/truecharts/.*", "ghcr.io/elfhosted.*", "common" ],
"branchPrefix": "trusted-automerge-",
"labels": ["type/minor", "automerge"]
},