Skip to content

Commit

Permalink
Tweak Dependabot to not group QuickJS + ignore wasmtime
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles committed Dec 4, 2024
1 parent 6342f82 commit 6308b11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6308b11

Please sign in to comment.