Skip to content

Commit

Permalink
added dependabot.yml for version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kanwalpreetd committed Jul 12, 2024
1 parent c8965d0 commit bdda255
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: "gomod"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "02:00"
open-pull-requests-limit: 2
groups:
go-minor-and-patch:
applies-to: version-updates
update-types:
- "patch"
- "minor"
go-major:
applies-to: version-updates
update-types:
- "major"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "02:00"
open-pull-requests-limit: 2
groups:
cargo-minor-and-patch:
applies-to: version-updates
update-types:
- "patch"
- "minor"
cargo-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: [ "*" ]
- package-ecosystem: "docker"
directory: "/cmd/soroban-rpc/docker"
schedule:
interval: "weekly"
day: "sunday"
time: "02:00"
open-pull-requests-limit: 2
groups:
all-docker:
applies-to: version-updates
patterns: [ "*" ]

0 comments on commit bdda255

Please sign in to comment.