From 13533cb99c2a14d9661a3570c346f4cd3ceae777 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Tue, 19 Mar 2024 14:27:44 +0900 Subject: 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 --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: "/" -- cgit v1.2.3-70-g09d2