Skip to content

Commit

Permalink
chore: Use absolute path for pip in dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kai0310 committed Sep 25, 2024
1 parent 0b7fc0b commit 36a83d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
interval: "weekly"

- package-ecosystem: "pip"
directory: "./src"
directory: "/src"
schedule:
interval: "weekly"

Expand Down

0 comments on commit 36a83d2

Please sign in to comment.