Skip to content

Commit

Permalink
fix logic for pip-compile
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Taylor <[email protected]>
  • Loading branch information
sbtaylor15 committed May 21, 2024
1 parent 1d1ab36 commit 1008613
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "group:all"],
"ignorePaths": ["chart/**", "requirements.txt"],
"ignorePaths": ["chart/**"],
"schedule": ["every 1 hours every weekday"],
"prHourlyLimit": 4,
"pip_requirements": {
"fileMatch": ["(^|/)requirements\\.in$"]
},
"pip-compile": {
"fileMatch": ["(^|/)requirements\\.in$"],
"lockFileMaintenance": {
"enabled": false
}
"fileMatch": ["(^|/)requirements\\.in$"]
},
"groupName": "all dependencies",
"groupSlug": "all",
"lockFileMaintenance": {
"enabled": false
"enabled": true
},
"packageRules": [
{
Expand Down

0 comments on commit 1008613

Please sign in to comment.