Skip to content

Commit

Permalink
deps: add dependabot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jcharkow committed Oct 1, 2024
1 parent ced9a29 commit 6800248
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 24 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/" # Location of your pyproject.toml or requirements.txt
schedule:
interval: "weekly" # Checks for updates every week
commit-message:
prefix: "deps" # Prefix for pull request titles
open-pull-requests-limit: 5 # Limit the number of open PRs at a time
6 changes: 0 additions & 6 deletions requirements-dev.txt

This file was deleted.

1 change: 0 additions & 1 deletion requirements-optional.txt

This file was deleted.

17 changes: 0 additions & 17 deletions requirements.txt

This file was deleted.

0 comments on commit 6800248

Please sign in to comment.