Skip to content

Commit

Permalink
chore: Update renovate config to group actions requirements file upda…
Browse files Browse the repository at this point in the history
…tes together
  • Loading branch information
nfelt14 committed Sep 3, 2024
1 parent 3f8050f commit 9a6c04d
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,32 @@
"dependencyDashboard": true,
"extends": [
"config:best-practices"
]
],
"ignoreDeps": [
"tektronix/python-package-ci-cd"
],
"packageRules": [
{
"description": "Group create_unique_testpypi_version/requirements.txt updates together",
"groupName": "create_unique_testpypi_version requirements.txt updates",
"matchFileNames": [
"create_unique_testpypi_version/requirements.txt"
]
},
{
"description": "Group find_unreleased_changelog_items/requirements.txt updates together",
"groupName": "find_unreleased_changelog_items requirements.txt updates",
"matchFileNames": [
"find_unreleased_changelog_items/requirements.txt"
]
},
{
"description": "Group update_development_dependencies/requirements.txt updates together",
"groupName": "update_development_dependencies requirements.txt updates",
"matchFileNames": [
"update_development_dependencies/requirements.txt"
]
}
],
"platformCommit": "enabled"
}

0 comments on commit 9a6c04d

Please sign in to comment.