Skip to content

Commit

Permalink
Update dependabot config to prevent redundant PR creation (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu committed Apr 18, 2024
1 parent f661cb5 commit cbdb220
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/dependabot.yml
Expand Up @@ -5,15 +5,22 @@ updates:
schedule:
interval: daily

# - package-ecosystem: pip
# directory: /docker/segment-anything
# 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: /
Expand Down

0 comments on commit cbdb220

Please sign in to comment.