Unnamed repository; edit this file 'description' to name the repository.
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
Blaž Hrastnik 2024-03-19
parent df8352e · commit 13533cb
-rw-r--r--.github/dependabot.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 52954378..286441b6 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -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: "/"