Skip to content

Commit

Permalink
Update dependabot config (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu authored Apr 25, 2024
1 parent 4e8175d commit 4699a84
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,7 @@ updates:
schedule:
interval: daily

# only allow dependencies those are direcly described in the docs/requirements.txt file
# to prevent generating redundant PRs for the same dependency update.
- package-ecosystem: pip
directory: /docs
schedule:
interval: daily
allow:
- dependency-name: "opencv-python-headless"
- dependency-name: "*sphinx*"
- dependency-name: "jupyte*"
- dependency-name: "markupsafe"
- dependency-name: "nbconvert"
- dependency-name: "ipython"
- dependency-name: "myst-parser"
- dependency-name: "tensorflow"
- dependency-name: "pandoc"

- package-ecosystem: pip
directory: /
schedule:
interval: daily

- package-ecosystem: pip
directory: /tests
schedule:
interval: daily

0 comments on commit 4699a84

Please sign in to comment.