mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Remove unused dependencies
The dependabot file was matching on tree-sitter crates - that's a relic from v0.6.0 and lower where grammars were regular dependencies. The remaining changes are unused crates that were forgotten about during shuffles like moving path canonicalization from helix-core to helix-loader (and then again from helix-loader to helix-stdx).
This commit is contained in:
parent
3ccf8d58de
commit
ed3bc2b294
7 changed files with 0 additions and 26 deletions
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
|
@ -8,9 +8,6 @@ updates:
|
|||
schedule:
|
||||
interval: "weekly"
|
||||
groups:
|
||||
tree-sitter:
|
||||
patterns:
|
||||
- "tree-sitter*"
|
||||
rust-dependencies:
|
||||
update-types:
|
||||
- "minor"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue