From 5ae2b25f4358670d10e2cfa91ed39f0822cfbcd0 Mon Sep 17 00:00:00 2001 From: Garry O'Donnell Date: Tue, 19 Mar 2024 14:53:49 +0000 Subject: [PATCH] Group dependabot updates --- .github/dependabot.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1556031..590cba4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,13 +4,27 @@ updates: directory: / schedule: interval: weekly + groups: + minor: + update-types: + - minor + - patch - package-ecosystem: devcontainers - directory: "/" + directory: / schedule: interval: weekly + groups: + minor: + update-types: + - minor + - patch - package-ecosystem: cargo directory: / schedule: interval: weekly + groups: + patch: + update-types: + - patch