From a09b630aabde830eebb0166017106b3de87eead5 Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 26 Sep 2023 10:05:35 -0500 Subject: [PATCH] Add Dependabot group for deadpool --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 349602150..3e9f25eab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -38,6 +38,10 @@ updates: patterns: - tokio-postgres - postgres-* + deadpool: + patterns: + - deadpool + - deadpool-* error-handling: patterns: - thiserror @@ -97,6 +101,10 @@ updates: patterns: - tokio-postgres - postgres-* + deadpool: + patterns: + - deadpool + - deadpool-* error-handling: patterns: - thiserror @@ -156,6 +164,10 @@ updates: patterns: - tokio-postgres - postgres-* + deadpool: + patterns: + - deadpool + - deadpool-* error-handling: patterns: - thiserror