Skip to content

Commit

Permalink
chg renovate pip-compile trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Taylor <[email protected]>
  • Loading branch information
sbtaylor15 committed May 29, 2024
1 parent 05876a2 commit 6ec553d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$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": {
Expand All @@ -19,15 +19,6 @@
"matchPackagePatterns": [".*"],
"automerge": true,
"autoApprove": true
},
{
"matchFiles": ["(^|/)requirements\\.in$"],
"postUpgradeTasks": {
"commands": [
"pip-compile --generate-hashes --resolver=backtracking requirements.in"
],
"fileFilters": ["requirements.txt"]
}
}
],
"separateMajorMinor": false,
Expand Down

0 comments on commit 6ec553d

Please sign in to comment.