File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ # ──────────────────────────────────────────────────────────────────────
2+ # Dependabot — Automated dependency update PRs
3+ # Monitors pip (Python) and github-actions ecosystems for outdated or
4+ # vulnerable dependencies and opens PRs automatically.
5+ # ──────────────────────────────────────────────────────────────────────
6+
7+ version : 2
8+
9+ updates :
10+ # Python dependencies (requirements.txt)
11+ - package-ecosystem : pip
12+ directory : " /"
13+ schedule :
14+ interval : daily
15+ open-pull-requests-limit : 10
16+ labels :
17+ - dependencies
18+ - python
19+
20+ # GitHub Actions versions
21+ - package-ecosystem : github-actions
22+ directory : " /"
23+ schedule :
24+ interval : weekly
25+ open-pull-requests-limit : 5
26+ labels :
27+ - dependencies
28+ - github-actions
You can’t perform that action at this time.
0 commit comments