Skip to content

Commit

Permalink
Fixed dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IGuy37 committed Jul 8, 2024
1 parent 05ace54 commit f0abd83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
directory: "/react-client" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "pip"
directory: "/python"
- package-ecosystem: "npm" # See documentation for possible values
directory: "/server" # Location of package manifests
schedule:
interval: "daily"

0 comments on commit f0abd83

Please sign in to comment.