mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-09 23:26:20 -04:00
ci(dependabot): only update patch releases for cargo
This commit is contained in:
parent
77363a65c2
commit
70cde4a110
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
|
@ -14,6 +14,10 @@ updates:
|
|||
groups:
|
||||
cargo:
|
||||
patterns: ["*"]
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major", "version-update:semver-minor"]
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
|
@ -28,6 +32,7 @@ updates:
|
|||
groups:
|
||||
actions:
|
||||
patterns: ["*"]
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
versioning-strategy: increase
|
||||
directories:
|
||||
|
|
|
|||
Loading…
Reference in a new issue