Sets open-pull-requests-limit: 0 on all ecosystems. Existing open Dependabot PRs are unaffected — this only prevents new ones. Re-enable by removing the open-pull-requests-limit lines.
26 lines
726 B
YAML
26 lines
726 B
YAML
# TEMPORARILY DISABLED — re-enable by removing open-pull-requests-limit: 0
|
|
version: 2
|
|
updates:
|
|
# Python (root pyproject.toml)
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 0
|
|
|
|
# JavaScript (codeflash npm package)
|
|
- package-ecosystem: "npm"
|
|
directory: "/packages/codeflash"
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 0
|
|
|
|
# GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 0
|
|
|
|
# code_to_optimize/ directories are test fixtures — do NOT update them.
|
|
# Dependabot PRs for these always fail (missing secrets) and waste CI.
|