Skip to content

Commit

Permalink
Ignore auto update for wasi-threads + add CODEOWNERS
Browse files Browse the repository at this point in the history
* fix: roll back the update for wasi-threads + add to the skip list

* add CODEOWNERS [ci skip]

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erik Chi <[email protected]>
  • Loading branch information
dependabot[bot] and erikziyunchi committed Feb 26, 2024
1 parent 4cf3d25 commit 284ed24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Global code owners including the original authors who
# are actively taking a role in maintaining this project.
* @gaukas @erikziyunchi
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ updates:
- dependency-name: wasmtime
- dependency-name: wasmtime-wasi
- dependency-name: wasi-common
- dependency-name: cap-std
- dependency-name: cap-std
- dependency-name: wasmtime-wasi-threads
2 changes: 1 addition & 1 deletion crates/water/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tracing-subscriber = "0.3.17"
wasmtime = "17.0.0"
wasmtime-wasi = "17.0.0"
wasi-common = "17.0.0"
wasmtime-wasi-threads = "17.0.0"
wasmtime-wasi-threads = "17.0.0" # haven't started to use wasi-threads
futures = "0.3"
cap-std = "2.0.0"
libc = "0.2.147"
Expand Down

0 comments on commit 284ed24

Please sign in to comment.