From f5d7df78c9bfa6e541d45512ec42fadd0d249eee Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Thu, 23 Nov 2023 12:12:30 +0100 Subject: [PATCH] dependabot: Group minor and patch level PRs --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c7f0636a..fa3ea8a7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,8 @@ updates: directory: / schedule: interval: weekly + groups: + non-major: + update-types: + - "minor" + - "patch"