Skip to content

Commit

Permalink
Add dependabot.yml for dependency version updates (#1449)
Browse files Browse the repository at this point in the history
* added dependabot.yml for version updates
  • Loading branch information
kanwalpreetd authored Jul 16, 2024
1 parent d19fc13 commit 3a6621c
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
version: 2
updates:
- package-ecosystem: "cargo"
directories:
- "/"
- "/cmd/soroban-cli"
- "/cmd/crates/stellar-ledger"
- "/cmd/crates/soroban-spec-typescript"
- "/cmd/crates/soroban-spec-tools"
- "/cmd/crates/soroban-spec-json"
schedule:
interval: "weekly"
day: "sunday"
time: "02:00"
open-pull-requests-limit: 2
groups:
minor-and-patch:
applies-to: version-updates
update-types:
- "patch"
- "minor"
major:
applies-to: version-updates
update-types:
- "major"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "02:00"
open-pull-requests-limit: 2
groups:
all-actions:
applies-to: version-updates
patterns: [ "*" ]

0 comments on commit 3a6621c

Please sign in to comment.