Skip to content

Commit

Permalink
Update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui committed Aug 9, 2024
1 parent e5d3dec commit 579ea71
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,33 @@ updates:
update-types:
- minor
- patch

- package-ecosystem: "npm"
directory: "/website"
schedule:
interval: "weekly"
groups:
npm-minor:
update-types:
- minor
- patch

- package-ecosystem: "npm"
directory: "/dapp"
schedule:
interval: "weekly"
groups:
npm-minor:
update-types:
- minor
- patch

- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
groups:
cargo-minor:
update-types:
- minor
- patch

0 comments on commit 579ea71

Please sign in to comment.