Skip to content

Commit

Permalink
chore: Switch to ignoring the requirements files (they will be update…
Browse files Browse the repository at this point in the history
…d later) and group all poetry dependency groups in renovate
  • Loading branch information
nfelt14 committed Sep 3, 2024
1 parent 4b98254 commit 0ac01ef
Showing 1 changed file with 7 additions and 44 deletions.
51 changes: 7 additions & 44 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,58 +7,21 @@
"ignoreDeps": [
"tektronix/python-package-ci-cd"
],
"ignorePaths": [
"**/requirements.txt"
],
"packageRules": [
{
"description": "Group actions/create_unique_testpypi_version/requirements.txt updates together",
"groupName": "create_unique_testpypi_version requirements.txt updates",
"matchFileNames": [
"actions/create_unique_testpypi_version/requirements.txt"
]
},
{
"description": "Group actions/find_unreleased_changelog_items/requirements.txt updates together",
"groupName": "find_unreleased_changelog_items requirements.txt updates",
"matchFileNames": [
"actions/find_unreleased_changelog_items/requirements.txt"
]
},
{
"description": "Group actions/update_development_dependencies/requirements.txt updates together",
"groupName": "update_development_dependencies requirements.txt updates",
"matchFileNames": [
"actions/update_development_dependencies/requirements.txt"
]
},
{
"description": "Group all dependencies for the 'docs' group in pyproject.toml",
"groupName": "docs-dependencies",
"description": "Group dependencies by their dependency type in pyproject.toml",
"groupName": "{{depType}}-dependencies",
"matchDepTypes": [
"docs"
],
"matchFileNames": [
"pyproject.toml"
],
"matchManagers": [
"poetry"
],
"matchPackageNames": [
"*"
]
},
{
"description": "Group all dependencies for the 'tests' group in pyproject.toml",
"groupName": "tests-dependencies",
"matchDepTypes": [
"tests"
],
"matchFileNames": [
"pyproject.toml"
],
"matchManagers": [
"poetry"
],
"matchPackageNames": [
"*"
"matchPaths": [
"pyproject.toml"
]
}
],
Expand Down

0 comments on commit 0ac01ef

Please sign in to comment.