From 0d5fe7b699c75047f8786bdfe089edc66bf807c5 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 12 Aug 2023 10:41:03 +0200 Subject: [PATCH] Update renovate.json5 Signed-off-by: Kjeld Schouten --- .github/renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d7948ea776f..4930ad4ade9 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -20,6 +20,11 @@ "fileMatch": ["charts/.+/Chart\\.yaml$"] }, "packageRules": [ + // Bundle Github Actions + { + "matchManagers": ["github-actions"] + "groupName": "Github-Actions" + } // Setup datasources for dep updates { "datasources": ["helm"],