From 178aadc1fe2f6bf299560e704208c7a4ae89a395 Mon Sep 17 00:00:00 2001 From: Timon Engelke Date: Mon, 13 Jan 2025 16:03:38 +0100 Subject: [PATCH] dependabot: group minor and patch updates --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9ebc4be..c75091d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,11 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + minor-patch: + update-types: + - "minor" + - "patch" - package-ecosystem: "github-actions" directory: "/"