From 1f0a67aea0db170f01591941988e258d388f7c7e Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Mon, 8 Jun 2026 13:28:05 -0400 Subject: [PATCH] Manage rust toolchain with dependabot Signed-off-by: Scott Andrews --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ba76f62..7db7281 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,11 @@ updates: directory: "/" schedule: interval: daily - open-pull-requests-limit: 10 - package-ecosystem: cargo directory: "/" schedule: interval: daily - open-pull-requests-limit: 10 +- package-ecosystem: rust-toolchain + directory: "/" + schedule: + interval: daily