From a80b6423f21be96a818e04efed5975db3140df8b Mon Sep 17 00:00:00 2001 From: Jeff Charles Date: Wed, 3 Dec 2025 10:50:23 -0500 Subject: [PATCH] Add wasmtime pattern to Dependabot --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c98d59fcf..0b3434dcd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,9 @@ updates: interval: "monthly" open-pull-requests-limit: 100 groups: + wasmtime: + patterns: + - "wasmtime*" nonbreaking: exclude-patterns: - "rquickjs*"