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