From bd50f0df9e1b3f1f2d5859b714026bc96159c95e Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Thu, 2 Nov 2023 16:47:51 +0100 Subject: [PATCH] group dependabot dependencies updates (#3335) Signed-off-by: cpanato --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a831baf4055..ad012acffb5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,8 +20,18 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 10 + gomod: + actions: + update-types: + - "patch" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" open-pull-requests-limit: 10 + groups: + actions: + update-types: + - "minor" + - "patch"