Skip to content

Commit 9cff5ef

Browse files
authored
Group boost vcpkg ports in Dependabot (hazelcast#1359)
Dependabot updates each port _individually_ which is annoying: - hazelcast#1355 - hazelcast#1356 - hazelcast#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. I'm not able to (easily) test this change until it's merged.
1 parent ff50305 commit 9cff5ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
groups:
8+
boost:
9+
patterns:
10+
- "boost-*"
711
- package-ecosystem: "github-actions"
812
directory: "/"
913
schedule:

0 commit comments

Comments
 (0)