From 65e2ae87234c8eb8a3586f46d423ccd3fd7ac109 Mon Sep 17 00:00:00 2001 From: Jack Green Date: Wed, 5 Nov 2025 08:33:32 +0000 Subject: [PATCH] Group `boost` `vcpkg` ports in Dependabot Dependabot updates each port _individually_ which is annoying: - https://github.com/hazelcast/hazelcast-cpp-client/pull/1355 - https://github.com/hazelcast/hazelcast-cpp-client/pull/1356 - https://github.com/hazelcast/hazelcast-cpp-client/pull/1357 Instead, [configure Dependabot to group them](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups--). It would be preferable to remove the version specification in the `vcpkg` file itself, but this isn't possible. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4bf7af01b..8f52bf642 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + boost: + patterns: + - "boost-*" - package-ecosystem: "github-actions" directory: "/" schedule: