Skip to content

Commit

Permalink
fix(python): pip-compile config
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonziai committed Jul 15, 2024
1 parent 1d1a74b commit a481e46
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions python.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
"github>bettermarks/renovate-config"
],
"dependencyDashboardHeader": "Uses https://github.com/bettermarks/renovate-config#python \nPR that have automerge enabled [might be approved automatically](https://github.com/bettermarks/approve-dependency-pr#readme)",
"constraints": {
"python": "==3.8"
},
"pip-compile": {
"fileMatch": ["(^|/)requirements(-.*)?\\.in$"]
"fileMatch": ["(^|/)requirements(-.*)?\\.txt$"]
},
"pip_requirements": {
"enabled": false
Expand Down

0 comments on commit a481e46

Please sign in to comment.