From 25344171579f3b9173e9f554c82fbbe06d64b9f0 Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Tue, 8 Apr 2025 20:39:20 +0100 Subject: [PATCH 1/3] set `constraints.pixi` --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 313bff7a..3daa5648 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,7 @@ "extends": ["config:recommended"], "dependencyDashboardTitle": "META: Dependency Dashboard", "rangeStrategy": "bump", + "constraints.pixi": ">=0.45.0", "packageRules": [ { "matchManagers": ["pixi"], From 4f268073d001324684534a0ecb44f98891352c5a Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Tue, 8 Apr 2025 20:43:58 +0100 Subject: [PATCH 2/3] ignore python pixi deps --- renovate.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 3daa5648..9be553c4 100644 --- a/renovate.json +++ b/renovate.json @@ -10,16 +10,17 @@ "matchCurrentValue": "/^~?=/", "enabled": false }, + { + "matchManagers": ["pixi"], + "matchPackageNames": ["python"], + "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" From 21b62ed4596c7182672573ff9da94ecbb02dce93 Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Tue, 8 Apr 2025 20:53:54 +0100 Subject: [PATCH 3/3] update groups --- renovate.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 9be553c4..d5c98cc9 100644 --- a/renovate.json +++ b/renovate.json @@ -15,14 +15,18 @@ "matchPackageNames": ["python"], "enabled": false }, + { + "matchPackageNames": ["/myst-parser|myst_parser/"], + "groupName": "docs" + }, { "matchPackageNames": [ - "/myst-parser|myst_parser|sphinx|sphinx-autodoc-typehints|sphinx-copybutton/" + "/sphinx|sphinx-autodoc-typehints|sphinx-copybutton/" ], - "groupName": "docs" + "groupName": "sphinx" }, { - "matchPackageNames": ["/pytest-cov|hypothesis|ipython|jax|pytorch/"], + "matchPackageNames": ["/pytest-cov|hypothesis/"], "groupName": "tests" } ]