Skip to content

Commit

Permalink
Update dependabot to include all requirements.txt files (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
cecheta authored Jan 15, 2024
1 parent 1abe108 commit 97c3c16
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,17 @@ updates:
directory: "/"
schedule:
interval: "weekly"
# Dependabot will only find requirements.txt files in the directory
# specified, plus one level of subdirectories, therefore two separate entries
# are required here. When updating a dependency, ensure that each package is
# updated to the same version across both directories.
- package-ecosystem: "pip"
directory: "/"
directory: "/code"
schedule:
interval: "weekly"
open-pull-requests-limit: 50
- package-ecosystem: "pip"
directory: "/extensions"
schedule:
interval: "weekly"
open-pull-requests-limit: 50

0 comments on commit 97c3c16

Please sign in to comment.