mirror of
https://github.com/openai/codex.git
synced 2026-09-11 20:36:49 +00:00
## What changed Remove the contributor and secure devcontainer profiles, Dockerfiles, setup and firewall scripts, installation lockfiles, and documentation under `.devcontainer/`. Remove the Dependabot devcontainers entry and redundant container-specific target directory rules from `codex-rs/.gitignore`. GitOrigin-RevId: c0fe35b9a75468aab68b0aaaf08727a03d4b0ba0
37 lines
830 B
YAML
37 lines
830 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
|
|
cooldown:
|
|
default-days: 7
|
|
- package-ecosystem: cargo
|
|
directories:
|
|
- codex-rs
|
|
- codex-rs/*
|
|
schedule:
|
|
interval: weekly
|
|
cooldown:
|
|
default-days: 7
|
|
- package-ecosystem: docker
|
|
directory: codex-cli
|
|
schedule:
|
|
interval: weekly
|
|
cooldown:
|
|
default-days: 7
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
cooldown:
|
|
default-days: 7
|
|
- package-ecosystem: rust-toolchain
|
|
directory: codex-rs
|
|
schedule:
|
|
interval: weekly
|
|
cooldown:
|
|
default-days: 7
|