Skip to content

Commit

Permalink
Disable pip_requirements (#764)
Browse files Browse the repository at this point in the history
* Disable Renovate for Python, temporarily

* Disable pip_requirements & enable pip-compile
  • Loading branch information
NimJay authored Mar 1, 2022
1 parent 60f94a5 commit 0151655
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"pip-compile": {
"enabled": true,
"fileMatch": ["(^|/)requirements\\.in$"]
},
"pip_requirements": {
"enabled": false
}
}

0 comments on commit 0151655

Please sign in to comment.