Skip to content

Commit

Permalink
Add dependabot configuration (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu authored Mar 11, 2024
1 parent 2494e15 commit 63fb238
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily

# - package-ecosystem: pip
# directory: /docker/segment-anything
# schedule:
# interval: daily

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

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

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

0 comments on commit 63fb238

Please sign in to comment.