From 6c6e244e027fc27add403ba1a372c78327889179 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 17 Oct 2024 13:12:43 +0200 Subject: [PATCH] some renovate docker processing tweaks --- .github/renovate/kinds/docker.json5 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/renovate/kinds/docker.json5 b/.github/renovate/kinds/docker.json5 index 55399cdd5f4..eab24de2197 100644 --- a/.github/renovate/kinds/docker.json5 +++ b/.github/renovate/kinds/docker.json5 @@ -17,11 +17,12 @@ "updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types "semanticCommitScope": "container", "ignore": [ - "talconfig.yaml" // Exclude any file named talconfig.yaml + "talconfig.yaml", + "Chart.yaml" ] }, "ignoreDeps": [ // List any dependencies to ignore globally if needed ], - "requiredStatusChecks": null, + "requiredStatusChecks": ["Containers: Test-and-Build / Container Build Completed (push)", "Containers: Test-and-Build / Container Build Completed (pull_request)"], }