Skip to content

Commit 9af6ce8

Browse files
committed
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.
1 parent d4876ed commit 9af6ce8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
1+
# TEMPORARILY DISABLED — re-enable by removing open-pull-requests-limit: 0
12
version: 2
23
updates:
34
# Python (root pyproject.toml)
45
- package-ecosystem: "pip"
56
directory: "/"
67
schedule:
78
interval: "weekly"
9+
open-pull-requests-limit: 0
810

911
# JavaScript (codeflash npm package)
1012
- package-ecosystem: "npm"
1113
directory: "/packages/codeflash"
1214
schedule:
1315
interval: "weekly"
16+
open-pull-requests-limit: 0
1417

1518
# GitHub Actions
1619
- package-ecosystem: "github-actions"
1720
directory: "/"
1821
schedule:
1922
interval: "weekly"
23+
open-pull-requests-limit: 0
2024

2125
# code_to_optimize/ directories are test fixtures — do NOT update them.
2226
# Dependabot PRs for these always fail (missing secrets) and waste CI.

0 commit comments

Comments
 (0)