Skip to content

Commit

Permalink
Merge pull request #25 from openchatai/gharbat-patch-4
Browse files Browse the repository at this point in the history
Create dependabot.yml
  • Loading branch information
gharbat authored Sep 4, 2023
2 parents a5f300b + aba6bfd commit 19dc412
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "pip" # For Python
directory: "/llm-server" # Location of Python package manifests
schedule:
interval: "weekly"
- package-ecosystem: "composer" # For PHP
directory: "/dashboard" # Location of PHP package manifests
schedule:
interval: "weekly"

0 comments on commit 19dc412

Please sign in to comment.