Skip to content

Commit 36a83d2

Browse files
committed
chore: Use absolute path for pip in dependabot.yml
1 parent 0b7fc0b commit 36a83d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ updates:
77
interval: "weekly"
88

99
- package-ecosystem: "pip"
10-
directory: "./src"
10+
directory: "/src"
1111
schedule:
1212
interval: "weekly"
1313

0 commit comments

Comments
 (0)