mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
- Add code_to_optimize/**/package-lock.json to .gitignore - Re-enable Dependabot version updates with limit of 5 PRs per ecosystem - Keep code_to_optimize/ ignore comment in dependabot.yml
25 lines
655 B
YAML
25 lines
655 B
YAML
version: 2
|
|
updates:
|
|
# Python (root pyproject.toml)
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 5
|
|
|
|
# JavaScript (codeflash npm package)
|
|
- package-ecosystem: "npm"
|
|
directory: "/packages/codeflash"
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 5
|
|
|
|
# GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 5
|
|
|
|
# code_to_optimize/ directories are test fixtures — do NOT update them.
|
|
# Their package-lock.json files are gitignored to prevent Dependabot alerts.
|