diff options
author | Blaž Hrastnik | 2024-03-19 05:27:44 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2024-03-19 05:28:15 +0000 |
commit | 13533cb99c2a14d9661a3570c346f4cd3ceae777 (patch) | |
tree | 4ec1d39c1738af83c2c35aafddf8df8eb51f0bd3 | |
parent | df8352ec0503f771d79843c957c1a1021ffad658 (diff) |
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
-rw-r--r-- | .github/dependabot.yml | 8 |
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: "/" |