From 53338fdf8c7eeb771ac2c35d99f6ec151b7f8d80 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Tue, 18 Aug 2026 18:41:26 -0400 Subject: [PATCH] fix(dependabot): group Vulkan dependencies Adds a Dependabot group for Vulkan-related third-party dependencies so matching updates are bundled together. --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 18d756ba..1fd8aa2e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,4 +15,9 @@ updates: interval: "cron" cronjob: "30 2 * * *" timezone: "America/New_York" + groups: + vulkan: + patterns: + - "third-party/Vulkan-*" + - "third-party/*/Vulkan-*" open-pull-requests-limit: 10