File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ # Dependabot configuration for dynamic-pricing-strategies-ml
2+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
4+ version : 2
5+ updates :
6+ # Python dependencies (pip)
7+ - package-ecosystem : " pip"
8+ directory : " /"
9+ schedule :
10+ interval : " weekly"
11+ # Set review requirements and limits
12+ open-pull-requests-limit : 10
13+ labels :
14+ - " dependencies"
15+ - " python"
16+ # Group minor and patch updates
17+ groups :
18+ minor-patch-dependencies :
19+ patterns :
20+ - " *"
21+ update-types :
22+ - " minor"
23+ - " patch"
24+
25+ # GitHub Actions
26+ - package-ecosystem : " github-actions"
27+ directory : " /"
28+ schedule :
29+ interval : " weekly"
30+ labels :
31+ - " dependencies"
32+ - " github-actions"
You can’t perform that action at this time.
0 commit comments