Skip to content

Commit

Permalink
chore: Create groups for docs and tests dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Sep 3, 2024
1 parent 46e59e8 commit 5825a41
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,38 @@
"matchFileNames": [
"actions/update_development_dependencies/requirements.txt"
]
},
{
"description": "Group all dependencies for the 'docs' group in pyproject.toml",
"groupName": "poetry-docs-dependencies",
"matchDepTypes": [
"docs"
],
"matchManagers": [
"poetry"
],
"matchPackagePatterns": [
"*"
],
"matchPaths": [
"pyproject.toml"
]
},
{
"description": "Group all dependencies for the 'tests' group in pyproject.toml",
"groupName": "poetry-tests-dependencies",
"matchDepTypes": [
"tests"
],
"matchManagers": [
"poetry"
],
"matchPackagePatterns": [
"*"
],
"matchPaths": [
"pyproject.toml"
]
}
],
"platformCommit": "enabled",
Expand Down

0 comments on commit 5825a41

Please sign in to comment.