Skip to content

Commit

Permalink
add dependabot.yml for version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kanwalpreetd committed Aug 14, 2024
1 parent 5dfc73f commit 9135aba
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,25 @@ updates:
directory: '/'
schedule:
interval: daily
- package-ecosystem: "cargo"
directories:
- "/"
- "/crates/core"
- "/crates/cli"
- "/crates/wasi"
- "/crates/wasmi"
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"

0 comments on commit 9135aba

Please sign in to comment.