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.
31 lines
741 B
YAML
31 lines
741 B
YAML
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#package-ecosystem-
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: bun
|
|
directory: .github/actions/codex
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: cargo
|
|
directories:
|
|
- codex-rs
|
|
- codex-rs/*
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: devcontainers
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: docker
|
|
directory: codex-cli
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: rust-toolchain
|
|
directory: codex-rs
|
|
schedule:
|
|
interval: weekly
|