Skip to content

Commit

Permalink
Add dependabot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kxtran committed May 29, 2024
1 parent 5e43358 commit c7880a9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
reviewers:
- "wenzhe-log10"
- "kxtran"
schedule:
interval: "daily"
time: "06:00"
timezone: "America/Los_Angeles"
allow:
- dependency-name: "openai"
dependency-type: "all"

- dependency-name: "anthropic"
dependency-type: "all"

- dependency-name: "magentic"
dependency-type: "all"

0 comments on commit c7880a9

Please sign in to comment.