Skip to content

Commit

Permalink
feat: add dependabot (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxday authored Nov 18, 2024
1 parent 3d31b91 commit 16799d8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "."
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "lambda-events"
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "lambda-extension"
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "lambda-http"
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "lambda-integration-tests"
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "lambda-runtime-api-client"
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "lambda-runtime"
schedule:
interval: "weekly"

0 comments on commit 16799d8

Please sign in to comment.