Skip to content

Commit

Permalink
add dependabot file
Browse files Browse the repository at this point in the history
Signed-off-by: sk593 <[email protected]>
  • Loading branch information
sk593 committed Jan 7, 2025
1 parent b68ef92 commit 4ba5718
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
all:
patterns:
- "*"
- package-ecosystem: "gomod"
directories:
- "/"
- "/samples/aws-sqs"
schedule:
interval: "weekly"
groups:
all:
patterns:
- "*"
- package-ecosystem: "devcontainers"
directory: "/.devcontainer/contributor"
schedule:
interval: weekly
groups:
all:
patterns:
- "*"
- package-ecosystem: "npm"
directories:
- "/playwright"
- "/samples/dapr/nodeapp"
- "/samples/demo"
- "/samples/demo/client"
schedule:
interval: "weekly"
groups:
all:
patterns:
- "*"
- package-ecosystem: "nuget"
directories:
- "/samples/aws"
- "/samples/dapr/ui"
schedule:
interval: "weekly"
groups:
all:
patterns:
- "*"
- package-ecosystem: "pip"
directory: "/samples/volumes/src"
schedule:
interval: "weekly"
groups:
all:
patterns:
- "*"

0 comments on commit 4ba5718

Please sign in to comment.