Skip to content

Commit b3e14fd

Browse files
authored
DEV: set some temporary renovate groups (#228)
1 parent d2fcd5a commit b3e14fd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

renovate.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@
88
"matchManagers": ["pixi"],
99
"matchCurrentValue": "/^~?=/",
1010
"enabled": false
11+
},
12+
{
13+
"matchPackageNames": [
14+
"/myst-parser|myst_parser|sphinx|sphinx-autodoc-typehints|sphinx-copybutton/"
15+
],
16+
"groupName": "docs"
17+
},
18+
{
19+
"matchPackageNames": ["/pylint|pre-commit|typing-extensions/"],
20+
"groupName": "lint"
21+
},
22+
{
23+
"matchPackageNames": ["/pytest-cov|hypothesis|ipython|jax|pytorch/"],
24+
"groupName": "tests"
1125
}
1226
]
1327
}

0 commit comments

Comments
 (0)