From f9fffb88c4d059bcad282794a7c115608f489234 Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Tue, 8 Apr 2025 19:06:07 +0100 Subject: [PATCH] DEV: set some temporary renovate groups --- renovate.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/renovate.json b/renovate.json index 32b78c39..313bff7a 100644 --- a/renovate.json +++ b/renovate.json @@ -8,6 +8,20 @@ "matchManagers": ["pixi"], "matchCurrentValue": "/^~?=/", "enabled": false + }, + { + "matchPackageNames": [ + "/myst-parser|myst_parser|sphinx|sphinx-autodoc-typehints|sphinx-copybutton/" + ], + "groupName": "docs" + }, + { + "matchPackageNames": ["/pylint|pre-commit|typing-extensions/"], + "groupName": "lint" + }, + { + "matchPackageNames": ["/pytest-cov|hypothesis|ipython|jax|pytorch/"], + "groupName": "tests" } ] }