Skip to content

Commit

Permalink
ci: add dependency group for trust-dns deps
Browse files Browse the repository at this point in the history
This should instruct dependabot to update all these dependencies in a single PR.

Pull-Request: #4413.
  • Loading branch information
thomaseizinger authored Sep 3, 2023
1 parent b9028e8 commit 7fd785e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7fd785e

Please sign in to comment.