Skip to content

Commit

Permalink
chore: Make Renovate aware of all Python requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
martis42 committed Apr 1, 2024
1 parent fb0eaf8 commit 016473e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
"poetry",
"pre-commit"
],
"pip_requirements": {
"fileMatch": [
"(^|/)[\\w-]*requirements([-.]\\w+)?\\.(in|txt)$"
]
},
"packageRules": [
{
"matchPackagePatterns": [
Expand Down

0 comments on commit 016473e

Please sign in to comment.