Skip to content

Commit e066291

Browse files
authored
DEV: iterate on renovate config (#237)
* set `constraints.pixi` * ignore python pixi deps * update groups
1 parent d3801e7 commit e066291

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

renovate.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,30 @@
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
]

0 commit comments

Comments
 (0)