From 91c254465c5fc8def4a4de056d1b787ee082d775 Mon Sep 17 00:00:00 2001 From: Dan Pock Date: Thu, 10 Oct 2024 18:36:08 -0400 Subject: [PATCH] update renovate config --- .github/renovate.json | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 8ec6eb6f..85808fe7 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,31 @@ { - "extends": ["github>rancher/renovate-config#release"], - "baseBranches": ["main"], - "prHourlyLimit": 2 -} \ No newline at end of file + "extends": [ + "github>rancher/renovate-config#release", + "group:allNonMajor" + ], + "baseBranches": [ + "main" + ], + "enabledManagers": [ + "dockerfile", + "github-actions", + "helm-values", + "regex" + ], + "packageRules": [ + { + "groupName": "GitHub Workflow Actions", + "groupSlug": "gha-deps", + "matchManagers": [ + "github-actions" + ] + }, + { + "groupName": "Docker File Deps", + "groupSlug": "docker-bumps", + "matchManagers": [ + "dockerfile" + ] + } + ] +}