mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
ci: temporarily disable Dependabot PRs
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.
This commit is contained in:
parent
d4876edefe
commit
9af6ce8064
1 changed files with 4 additions and 0 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
|
@ -1,3 +1,4 @@
|
|||
# TEMPORARILY DISABLED — re-enable by removing open-pull-requests-limit: 0
|
||||
version: 2
|
||||
updates:
|
||||
# Python (root pyproject.toml)
|
||||
|
|
@ -5,18 +6,21 @@ updates:
|
|||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue