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"],