Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ updates:
directory: "/"
target-branch: "main"
schedule:
interval: "weekly"
interval: "monthly"

# Maintain dependencies for pip (main)
- package-ecosystem: "pip"
directory: "/"
target-branch: "main"
schedule:
interval: "weekly"
interval: "monthly"
exclude-paths:
- "requirements-dev.txt"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ deps =
coverage: pytest-cov
parallel: pytest-xdist
devdeps: -rrequirements-dev.txt
extras = all,tests
extras = tests
# astropy will complain if the home directory is missing
pass_env = HOME
package = editable
Expand Down