Skip to content

Commit

Permalink
update renovate.json to disabled pip_requirements
Browse files Browse the repository at this point in the history
Follows the advice of [here](GoogleCloudPlatform/microservices-demo#764) to disable pip_requirements and explicitly mark pip-compile to do lockFileMaintenance (which I think was on by default, but ...)
  • Loading branch information
ca-scribner committed Dec 8, 2022
1 parent 6ce4da8 commit 71dfa6b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
"(^|/)requirements.*\\.in$"
],
"lockFileMaintenance": {
"enabled": true,
"schedule": null
}
},
"pip_requirements": {
"ignorePaths": [
"(^|/)([\\w-]*)requirements\\.(txt|pip)$"
]
"enabled": false
},
"packageRules": [
{
Expand Down

0 comments on commit 71dfa6b

Please sign in to comment.