From 8616dded6d28c37f3bc871a8e57c250b9d015776 Mon Sep 17 00:00:00 2001 From: Martijn Gribnau Date: Sat, 11 Nov 2023 19:32:44 +0000 Subject: [PATCH] Group winit dependency updates --- .github/dependabot.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0388c3c9..90ba5747 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,4 +11,12 @@ updates: - C-dependency-update allow: - dependency-type: direct - - dependency-type: indirect \ No newline at end of file + - dependency-type: indirect + groups: + winit: + patterns: + - "winit*" + update-types: + - "major" + - "minor" + - "patch"