From 8fc5f6ad02efcf227f384ee8353b6be577ecca46 Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Wed, 16 Oct 2024 17:57:58 +0300 Subject: [PATCH] chore: update dependabot config file for updates across projects --- .github/dependabot.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e9b8ceac..ce4e563c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,14 @@ version: 2 updates: - package-ecosystem: pip - directory: "/" + directories: + - "/packages/abstractions" + - "/packages/serialization/form" + - "/packages/serialization/json" + - "/packages/serialization/text" + - "/packages/serialization/multipart" + - "/packages/authentication/azure" + - "/packages/http/httpx" schedule: interval: daily open-pull-requests-limit: 10 @@ -17,4 +24,4 @@ updates: directory: "/" schedule: interval: daily - open-pull-requests-limit: 10 \ No newline at end of file + open-pull-requests-limit: 10