From ad523d8670e9ce700702f745bafd479111837900 Mon Sep 17 00:00:00 2001 From: cpanato Date: Thu, 2 May 2024 14:00:01 +0200 Subject: [PATCH] group dependabot updates Signed-off-by: cpanato --- .github/dependabot.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a7c9ebcdd..5ac1e9199 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,15 +19,37 @@ updates: directory: "/" schedule: interval: "daily" + groups: + gomod: + update-types: + - "patch" + - package-ecosystem: "gomod" directory: "./hack/tools" schedule: interval: "daily" + groups: + gomod-hack: + update-types: + - "minor" + - "patch" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + groups: + actions: + update-types: + - "minor" + - "patch" + - package-ecosystem: "docker" directory: "/" schedule: interval: "daily" + groups: + docker: + update-types: + - "minor" + - "patch"