From d57be72cb9b2d66c44ccd9658d0a41e0c9bb7fac Mon Sep 17 00:00:00 2001 From: Jeff Charles Date: Mon, 31 Aug 2026 16:16:54 -0400 Subject: [PATCH] Ignore Wasmtime updates --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 283fa21..146006a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,9 @@ updates: schedule: interval: "monthly" open-pull-requests-limit: 100 + ignore: + # We want to use LTS versions of Wasmtime. + - dependency-name: "wasmtime" - package-ecosystem: "github-actions" directory: "/" schedule: