From 437a3046cbcd797b813527c3041581acbd78df81 Mon Sep 17 00:00:00 2001 From: Raphael Philipe Mendes da Silva Date: Sun, 24 Sep 2023 22:29:12 -0700 Subject: [PATCH] Update dependabot.yml to include all Otel Python packages In [this PR](https://github.com/open-telemetry/opentelemetry-lambda/pull/908) a new requirement.txt was added that is used only in tox test. We should update that file along this group as well. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0c5ea4feda..30fc5045c8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -35,7 +35,7 @@ updates: - "@opentelemetry/*" rebase-strategy: "auto" - package-ecosystem: "pip" - directory: "/python/src/otel/otel_sdk" + directory: "/python/src/otel" schedule: interval: "weekly" groups: