We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4876ed + 9af6ce8 commit 161ab34Copy full SHA for 161ab34
1 file changed
.github/dependabot.yml
@@ -1,22 +1,26 @@
1
+# TEMPORARILY DISABLED — re-enable by removing open-pull-requests-limit: 0
2
version: 2
3
updates:
4
# Python (root pyproject.toml)
5
- package-ecosystem: "pip"
6
directory: "/"
7
schedule:
8
interval: "weekly"
9
+ open-pull-requests-limit: 0
10
11
# JavaScript (codeflash npm package)
12
- package-ecosystem: "npm"
13
directory: "/packages/codeflash"
14
15
16
17
18
# GitHub Actions
19
- package-ecosystem: "github-actions"
20
21
22
23
24
25
# code_to_optimize/ directories are test fixtures — do NOT update them.
26
# Dependabot PRs for these always fail (missing secrets) and waste CI.
0 commit comments