Skip to content

Commit

Permalink
feat!(NODE-6542): remove all Rust from mongodb-js/zstd (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson authored Nov 13, 2024
1 parent 2654d3e commit e5f4fe5
Show file tree
Hide file tree
Showing 30 changed files with 0 additions and 916 deletions.
5 changes: 0 additions & 5 deletions .cargo/config.toml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,9 @@ updates:
versions: [">=16.0.0"]
# we ignore TS as a part of quarterly dependency updates.
- dependency-name: "typescript"
# changes to the CLI change the auto generated output
# we maintain the generated output explicitly, so we cannot
# upgrade without also manually updating this file.
- dependency-name: "@napi-rs/cli"
allow:
- dependency-type: "development"

groups:
development-dependencies:
dependency-type: "development"
applies-to: version-updates
update-types:
- "minor"
- "patch"

- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
allow:
- dependency-type: "development"

groups:
development-dependencies:
dependency-type: "development"
Expand Down
Loading

0 comments on commit e5f4fe5

Please sign in to comment.