From 10f9e9203afce3439835d66aaa02916ddcf17557 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Wed, 20 Aug 2025 20:08:03 +1000 Subject: [PATCH] chore(dependabot): add wasmtime-environ to the allow list --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e6da971ac..26f7a51e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,4 +5,5 @@ updates: schedule: interval: "weekly" allow: - - dependency-name: "wasmtime" \ No newline at end of file + - dependency-name: "wasmtime" + - dependency-name: "wasmtime-environ" \ No newline at end of file