Closed thibaultcha closed 10 months ago
Merging #475 (6a7f2ad) into main (e7769a0) will decrease coverage by
0.29437%
. The diff coverage isn/a
.
Ping @hishamhm @casimiro for ack of operational changes in this PR.
Ping @locao and @flrgh because I believe this may break the Gateway bazel builds of the Rust modules but I have not tried it yet.
Building Kong Gateway with Wasmer or V8 is already broken as of today, so we will merge this without further consideration for the Bazel build system.
End goal is improved integration with GitHub's security features:
lib/
.lib/
andt/lib/
(end-users vs. test suite crates).Changes:
lib/
andt/lib
. This helps separating production vs. development crates for Dependabot.auto/cargo
to force it to use the samelib/ngx-wasm-rs/target/
directory as before instead oflib/target/
with the new workspace change.dependabot.yml
to configure several jobs for automated version bumps (distinct from security bumps).work/lib/wasm
onmake cleanup
.work/lib/wasm
due to cleanup change.ngx-wasm-rs
crate purely for consistency.make update
target for quickcargo update
in all workspaces.