Skip to content

Commit

Permalink
Add dependabot periodic dependency updates (#67)
Browse files Browse the repository at this point in the history
wasm-tools and wit-bindgen are both quite active projects, and it's
not easy to update them after long periods. This commit adds a
dependabot configuration file to periodically update the dependencies
to align with the latest toolchain.
  • Loading branch information
kateinoigakukun authored Jul 3, 2024
1 parent d9b5195 commit 867cc8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: cargo
directory: /
schedule:
interval: monthly

0 comments on commit 867cc8c

Please sign in to comment.