Skip to content

Commit

Permalink
Tweak Dependabot to not group QuickJS + ignore wasmtime (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles authored Dec 4, 2024
1 parent e70fdbf commit f4c1ee3
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 f4c1ee3

Please sign in to comment.