File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 33 "extends" : [" config:recommended" ],
44 "dependencyDashboardTitle" : " META: Dependency Dashboard" ,
55 "rangeStrategy" : " bump" ,
6+ "constraints.pixi" : " >=0.45.0" ,
67 "packageRules" : [
78 {
89 "matchManagers" : [" pixi" ],
910 "matchCurrentValue" : " /^~?=/" ,
1011 "enabled" : false
1112 },
1213 {
13- "matchPackageNames" : [
14- " /myst-parser|myst_parser|sphinx|sphinx-autodoc-typehints|sphinx-copybutton/"
15- ],
14+ "matchManagers" : [" pixi" ],
15+ "matchPackageNames" : [" python" ],
16+ "enabled" : false
17+ },
18+ {
19+ "matchPackageNames" : [" /myst-parser|myst_parser/" ],
1620 "groupName" : " docs"
1721 },
1822 {
19- "matchPackageNames" : [" /pylint|pre-commit|typing-extensions/" ],
20- "groupName" : " lint"
23+ "matchPackageNames" : [
24+ " /sphinx|sphinx-autodoc-typehints|sphinx-copybutton/"
25+ ],
26+ "groupName" : " sphinx"
2127 },
2228 {
23- "matchPackageNames" : [" /pytest-cov|hypothesis|ipython|jax|pytorch /" ],
29+ "matchPackageNames" : [" /pytest-cov|hypothesis/" ],
2430 "groupName" : " tests"
2531 }
2632 ]
You can’t perform that action at this time.
0 commit comments