Skip to content

Commit

Permalink
chore: Add alternative pip file names to renovate config (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
beeme1mr authored Jan 4, 2023
1 parent 3a33551 commit e3c36d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"pip_requirements": {
"fileMatch": ["requirements.txt", "requirements-dev.txt"]
}
}

0 comments on commit e3c36d7

Please sign in to comment.