From d5c61d9eb32866d868e3430b8dad8a63d1b7ebc5 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 20 Nov 2024 21:15:00 -0800 Subject: [PATCH] Group minor dependency updates --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0871f9..81c01de 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,10 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + dependencies: + applies-to: version-updates + dependency-type: production + update-types: + - minor + - patch