This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e0aa0c76f5 update excluded path to relative path (#38378)
8e0aa0c76f5 is described below

commit 8e0aa0c76f5d58f900f400e45271f6507c7fcea0
Author: Derrick Williams <[email protected]>
AuthorDate: Wed May 6 21:05:37 2026 -0400

    update excluded path to relative path (#38378)
---
 .github/dependabot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index c1dc085df00..0d6860fd168 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -24,7 +24,7 @@ updates:
     schedule:
       interval: "daily"
     exclude-paths:
-    - "/sdks/python/container/**"
+    - "container/**"
   - package-ecosystem: "gradle"
     directory: "/" # Location of package manifests
     schedule:

Reply via email to