Skip to content

Commit bb3a447

Browse files
authored
Remove test fixture lockfiles, re-enable Dependabot (#2096)
Remove test fixture lockfiles, re-enable Dependabot
2 parents e1a7569 + d7a4c76 commit bb3a447

8 files changed

Lines changed: 7 additions & 21499 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
1-
# TEMPORARILY DISABLED — re-enable by removing open-pull-requests-limit: 0
21
version: 2
32
updates:
43
# Python (root pyproject.toml)
54
- package-ecosystem: "pip"
65
directory: "/"
76
schedule:
87
interval: "weekly"
9-
open-pull-requests-limit: 0
8+
open-pull-requests-limit: 5
109

1110
# JavaScript (codeflash npm package)
1211
- package-ecosystem: "npm"
1312
directory: "/packages/codeflash"
1413
schedule:
1514
interval: "weekly"
16-
open-pull-requests-limit: 0
15+
open-pull-requests-limit: 5
1716

1817
# GitHub Actions
1918
- package-ecosystem: "github-actions"
2019
directory: "/"
2120
schedule:
2221
interval: "weekly"
23-
open-pull-requests-limit: 0
22+
open-pull-requests-limit: 5
2423

2524
# code_to_optimize/ directories are test fixtures — do NOT update them.
26-
# Dependabot PRs for these always fail (missing secrets) and waste CI.
25+
# Their package-lock.json files are gitignored to prevent Dependabot alerts.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,9 @@ tessl.json
275275
**/dist-nuitka/**
276276
**/.npmrc
277277

278+
# Test fixture lockfiles — prevents Dependabot from scanning them
279+
code_to_optimize/**/package-lock.json
280+
278281
# Tessl auto-generates AGENTS.md on install; ignore to avoid cluttering git status
279282
AGENTS.md
280283
.serena/

0 commit comments

Comments
 (0)