Skip to content

Commit

Permalink
Merge pull request #83 from ourzora/dependabot
Browse files Browse the repository at this point in the history
Add dependabot file
  • Loading branch information
ligustah authored May 3, 2024
2 parents 7b292e5 + 4d8625e commit 25ed823
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
groups:
libp2p:
patterns:
- "libp2p*"
alloy:
patterns:
- "alloy*"
opentelemetry:
patterns:
- "opentelemetry*"
prod-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"

0 comments on commit 25ed823

Please sign in to comment.