File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed
Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
3- - package-ecosystem : " pip"
3+ # UV package manager support
4+ - package-ecosystem : " uv"
45 directory : " /"
56 schedule :
67 interval : " weekly"
8+ day : " sunday"
9+ timezone : " Europe/Berlin"
10+ open-pull-requests-limit : 10
11+ # Group updates to reduce PR noise
12+ groups :
13+ major-updates :
14+ patterns :
15+ - " *"
16+ update-types :
17+ - " major"
18+ minor-updates :
19+ patterns :
20+ - " *"
21+ update-types :
22+ - " minor"
23+ patch-updates :
24+ patterns :
25+ - " *"
26+ update-types :
27+ - " patch"
28+ # Ignore dependencies that need manual review
29+ ignore :
30+ - dependency-name : " pyspark"
31+ # PySpark updates can break compatibility, needs manual testing
32+ - dependency-name : " pandas"
33+ update-types : ["version-update:semver-major"]
34+ # Only allow minor/patch updates for pandas to avoid breaking changes
Original file line number Diff line number Diff line change 1414 runs-on : [ self-hosted, python-small ]
1515 strategy :
1616 matrix :
17- python-version : ["3.10", "3.11", "3.12", "3.13" ]
17+ python-version : ["3.10", "3.11", "3.12"]
1818 fail-fast : false # Don't cancel other jobs if one fails
1919 name : Test (Python ${{ matrix.python-version }})
2020 steps :
You can’t perform that action at this time.
0 commit comments