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.
This commit is contained in:
Jamie Magee
2025-08-19 18:07:21 -07:00
committed by GitHub
parent bc298e47ca
commit 17c98a7fd3

View File

@@ -24,3 +24,7 @@ updates:
directory: /
schedule:
interval: weekly
- package-ecosystem: rust-toolchain
directory: codex-rs
schedule:
interval: weekly