Skip to content

Commit

Permalink
add dependabot to manage requirements.txt (#197)
Browse files Browse the repository at this point in the history
* Create dependabot.yml

* Update requirements.txt
  • Loading branch information
lukasalexanderweber authored Mar 31, 2024
1 parent 17c6eeb commit cf74fdf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
day: monday
time: "13:00"
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
opencv-python>=4.0.1
largestinteriorrectangle
pre-commit
requests

0 comments on commit cf74fdf

Please sign in to comment.