Skip to content

Commit 161ab34

Browse files
authored
Merge pull request #2041 from codeflash-ai/ci/disable-dependabot
ci: temporarily disable Dependabot PRs
2 parents d4876ed + 9af6ce8 commit 161ab34

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)