From a3a3e854be8bdd752505cc9aeabac9fa8491f27e Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 13 Oct 2024 13:12:08 +0200 Subject: [PATCH] ensure fluxobjects and helm are synced for automerging trusted --- .github/renovate/special/automerge.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate/special/automerge.json5 b/.github/renovate/special/automerge.json5 index 9c585491f6e..a0cb0e25d86 100644 --- a/.github/renovate/special/automerge.json5 +++ b/.github/renovate/special/automerge.json5 @@ -21,7 +21,7 @@ }, { "description": ["Auto-merge chart updates, patch, and minor updates for OCI Helm charts from tccr.io/truecharts"], - "matchDatasources": ["helm"], // Use 'helm' datasource to match Helm charts + "matchDatasources": ["helm", "flux"], // Use 'helm' datasource to match Helm charts "automerge": true, "automergeType": "pr", "matchUpdateTypes": ["digest", "patch", "minor", "digest", "pin"], // Specify the types of updates to automate