Skip to content

Commit

Permalink
Add dependabot template (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljtill authored Jan 20, 2025
1 parent ac7f6bb commit 5277ac6
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
- package-ecosystem: "terraform"
directory: "/infra/"
schedule:
interval: "weekly"
day: "sunday"
- package-ecosystem: "npm"
directory: "/app/ui/"
schedule:
interval: "weekly"
day: "sunday"
- package-ecosystem: "pip"
directories:
- "/app/api/"
- "/flows/"
- "/flows/ai_doc_review/"
- "/flows/ai_doc_review/agent_template/"
- "/flows/ai_doc_review_eval/"
schedule:
interval: "weekly"
day: "sunday"

0 comments on commit 5277ac6

Please sign in to comment.