Skip to content

Commit

Permalink
tapo-py: Add dependabot support
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed Jan 20, 2024
1 parent a4f1d74 commit e4d4f03
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

version: 2
updates:
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: pip
directory: "/tapo-py"
schedule:
interval: "daily"

0 comments on commit e4d4f03

Please sign in to comment.