From 17c98a7fd3abac41481c9586ce9f7875ebe441c0 Mon Sep 17 00:00:00 2001 From: Jamie Magee Date: Tue, 19 Aug 2025 18:07:21 -0700 Subject: [PATCH] Enable Dependabot updates for Rust toolchain (#2460) This change allows Dependabot to update the Rust toolchain version defined in `rust-toolchain.toml`. See [Dependabot now supports Rust toolchain updates - GitHub Changelog](https://github.blog/changelog/2025-08-19-dependabot-now-supports-rust-toolchain-updates/) for more details. --- .github/dependabot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b895d49e..bb67fe68 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -24,3 +24,7 @@ updates: directory: / schedule: interval: weekly + - package-ecosystem: rust-toolchain + directory: codex-rs + schedule: + interval: weekly