From 11dec7d350323801db569a3a0fd65157e5dcdeff Mon Sep 17 00:00:00 2001 From: Greg von Nessi Date: Fri, 27 Feb 2026 00:08:00 +0000 Subject: [PATCH] Ignore dtolnay/rust-toolchain in Dependabot Tags select the Rust version to install, not the action version. Bumping them breaks the MSRV check. --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 02004d0..cc43ac7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,3 +16,6 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 5 + ignore: + - dependency-name: "dtolnay/rust-toolchain" + # Tags select the Rust version to install, not the action version