From 7fd785e087f6913010ef7b04238d5d11b00e1399 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Sun, 3 Sep 2023 22:40:48 +1000 Subject: [PATCH] ci: add dependency group for trust-dns deps This should instruct dependabot to update all these dependencies in a single PR. Pull-Request: #4413. --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0bfe5069ae0..59915a71b6c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,11 @@ updates: commit-message: prefix: "deps" rebase-strategy: "disabled" + groups: + trust-dns: + patterns: + - "trust-dns-*" + - "async-std-resolver" - package-ecosystem: "github-actions" directory: "/" schedule: