|
15 | 15 | "matchCurrentValue": "/^~?=/", |
16 | 16 | "enabled": false |
17 | 17 | }, { |
18 | | - "description": "Do not bump Python deps in the manifest or requires-python.", |
19 | | - "matchManagers": ["pixi", "pep621"], |
| 18 | + "description": "Do not bump requires-python.", |
| 19 | + "matchManagers": ["pep621"], |
20 | 20 | "matchPackageNames": ["python"], |
21 | 21 | "enabled": false |
22 | 22 | }, { |
|
28 | 28 | }, { |
29 | 29 | "description": "Block PRs for updates blocked on dropping Python 3.10.", |
30 | 30 | "matchManagers": ["pixi"], |
| 31 | + "matchUpdateTypes": ["major"], |
31 | 32 | "matchPackageNames": ["sphinx", "ipython", "sphinx-autodoc-typehints"], |
32 | 33 | "enabled": false |
33 | | - }, { |
34 | | - "description": "Waiting for Numba to support NumPy 2.2.", |
35 | | - "matchManagers": ["pixi"], |
36 | | - "matchPackageNames": ["numpy"], |
37 | | - "enabled": false |
38 | | - }, { |
39 | | - "description": "Block Python CI updates as setup-python lags behind (gh-194).", |
40 | | - "matchManagers": ["github-actions"], |
41 | | - "matchPackageNames": ["python"], |
42 | | - "enabled": false |
43 | 34 | }, { |
44 | 35 | "description": "Group Dask packages.", |
45 | 36 | "matchPackageNames": ["dask", "dask-core"], |
|
0 commit comments