From 4b982543efcdaee82090ee80d6dd2624da7fd9bd Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Tue, 3 Sep 2024 09:17:08 -0700 Subject: [PATCH] chore: Create groups for docs and tests dependencies --- .github/renovate.json | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index a4f0f44d..3f0e45cb 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -30,36 +30,32 @@ ] }, { - "description": "Group all dependencies for the 'docs' group in pyproject.toml and doc_config/requirements.txt", + "description": "Group all dependencies for the 'docs' group in pyproject.toml", "groupName": "docs-dependencies", "matchDepTypes": [ "docs" ], "matchFileNames": [ - "pyproject.toml", - "doc_config/requirements.txt" + "pyproject.toml" ], "matchManagers": [ - "poetry", - "pip_requirements" + "poetry" ], "matchPackageNames": [ "*" ] }, { - "description": "Group all dependencies for the 'tests' group in pyproject.toml and tests/requirements.txt", + "description": "Group all dependencies for the 'tests' group in pyproject.toml", "groupName": "tests-dependencies", "matchDepTypes": [ "tests" ], "matchFileNames": [ - "pyproject.toml", - "tests/requirements.txt" + "pyproject.toml" ], "matchManagers": [ - "poetry", - "pip_requirements" + "poetry" ], "matchPackageNames": [ "*"