diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2ca324dd..c98d59fc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,9 +7,13 @@ updates: open-pull-requests-limit: 100 groups: nonbreaking: + exclude-patterns: + - "rquickjs*" update-types: - "minor" - "patch" + ignore: + - dependency-name: "wasmtime*" - package-ecosystem: npm directory: "/npm/javy"