Skip to content

Commit 8e0aa0c

Browse files
authored
update excluded path to relative path (#38378)
1 parent 3a66bee commit 8e0aa0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ updates:
2424
schedule:
2525
interval: "daily"
2626
exclude-paths:
27-
- "/sdks/python/container/**"
27+
- "container/**"
2828
- package-ecosystem: "gradle"
2929
directory: "/" # Location of package manifests
3030
schedule:

0 commit comments

Comments
 (0)