ci: Group minor rust dependency dependabot updates
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
This commit is contained in:
parent
df8352ec05
commit
13533cb99c
1 changed files with 8 additions and 0 deletions
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
@ -7,6 +7,14 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
groups:
|
||||
tree-sitter:
|
||||
patterns:
|
||||
- "tree-sitter*"
|
||||
rust-dependencies:
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
|
|
Loading…
Add table
Reference in a new issue