From 1fd8b82f137a8c834cae0e3d2bc507e8b36dabdc Mon Sep 17 00:00:00 2001 From: Yuya Nishihara Date: Sat, 16 Dec 2023 11:57:42 +0900 Subject: [PATCH] github: reenable grouped cargo updates The dependabot refused to update some dependencies anyway. Maybe it conservatively checks if all intra dependencies meet a certain version? ``` updater | 2023/12/15 15:56:45 INFO No update possible for cargo_metadata 0.17.0 updater | 2023/12/15 15:56:54 INFO No update possible for crossterm 0.26.1 updater | 2023/12/15 15:57:04 INFO No update possible for itertools 0.11.0 updater | 2023/12/15 15:57:16 INFO No update possible for zstd 0.12.4 updater | 2023/12/15 15:57:16 INFO No update possible for jj-cli 0.12.0 updater | 2023/12/15 15:57:27 INFO No update possible for toml_edit 0.19.15 updater | 2023/12/15 15:57:38 INFO No update possible for prost-build 0.11.9 updater | 2023/12/15 15:57:49 INFO No update possible for prost 0.11.9 ``` backout of commit 58744d95739224a616a4a38828486a17f8986de1 --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 90e7b1ea9..d5c09c399 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,10 @@ updates: open-pull-requests-limit: 10 commit-message: prefix: "cargo:" + groups: + cargo-dependencies: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: