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 3
3
"extends" : [" config:recommended" ],
4
4
"dependencyDashboardTitle" : " META: Dependency Dashboard" ,
5
5
"rangeStrategy" : " bump" ,
6
+ "constraints.pixi" : " >=0.45.0" ,
6
7
"packageRules" : [
7
8
{
8
9
"matchManagers" : [" pixi" ],
9
10
"matchCurrentValue" : " /^~?=/" ,
10
11
"enabled" : false
11
12
},
12
13
{
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/" ],
16
20
"groupName" : " docs"
17
21
},
18
22
{
19
- "matchPackageNames" : [" /pylint|pre-commit|typing-extensions/" ],
20
- "groupName" : " lint"
23
+ "matchPackageNames" : [
24
+ " /sphinx|sphinx-autodoc-typehints|sphinx-copybutton/"
25
+ ],
26
+ "groupName" : " sphinx"
21
27
},
22
28
{
23
- "matchPackageNames" : [" /pytest-cov|hypothesis|ipython|jax|pytorch /" ],
29
+ "matchPackageNames" : [" /pytest-cov|hypothesis/" ],
24
30
"groupName" : " tests"
25
31
}
26
32
]
You can’t perform that action at this time.
0 commit comments