From 58744d95739224a616a4a38828486a17f8986de1 Mon Sep 17 00:00:00 2001 From: Yuya Nishihara Date: Fri, 15 Dec 2023 13:46:43 +0900 Subject: [PATCH] github: try without grouped cargo updates I noticed some cargo dependencies aren't caught by the dependabot. For example, there are gix updates, but the dependabot somehow thinks it's not possible to update. ``` updater | 2023/12/14 15:57:52 INFO Checking if gix 0.55.2 needs updating proxy | 2023/12/14 15:57:52 [063] GET https://crates.io:443/api/v1/crates/gix proxy | 2023/12/14 15:57:52 [063] 200 https://crates.io:443/api/v1/crates/gix updater | 2023/12/14 15:57:53 INFO Latest version is 0.56.0 ... updater | 2023/12/14 15:58:00 INFO Requirements to unlock update_not_possible updater | 2023/12/14 15:58:00 INFO Requirements update strategy bump_versions updater | 2023/12/14 15:58:00 INFO No update possible for gix 0.55.2 ``` I don't know what's wrong, but let's try without the grouped updates as it was working before. FWIW, this issue looks similar: https://github.com/dependabot/dependabot-core/issues/7896 --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d5c09c3995..90e7b1ea98 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,10 +7,6 @@ updates: open-pull-requests-limit: 10 commit-message: prefix: "cargo:" - groups: - cargo-dependencies: - patterns: - - "*" - package-ecosystem: "github-actions" directory: "/" schedule: