Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
version: 2
updates:
- package-ecosystem: "pip" # Set the package ecosystem to Python's pip
directory: "/test_package/nbconvert" # Location of the Python project in the repository
directories: # Location of package manifests
- "/test_package/nbconvert"
- "/test_package/numpy"
- "/test_package/pylake"
schedule:
interval: "daily" # How often to check for updates
open-pull-requests-limit: 10 # Maximum number of open pull requests
exclude-paths:
- "env/*" # Exclude any files in the env/ directory. Those are dynamically compiled.