Skip to content

Commit

Permalink
add schedule
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Taylor <steve@deployhub.com>
  • Loading branch information
sbtaylor15 committed Sep 1, 2023
1 parent 3b24e8b commit b10e084
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"ignorePaths": ["chart/**", "requirements.txt"],
"schedule": [
"every 1 hours every weekday"
],
"prHourlyLimit": 4,
"pip_requirements": {
"fileMatch": ["(^|/)requirements\\.in$"]
Expand All @@ -23,7 +26,7 @@
},
"packageRules": [
{
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest"],
"matchUpdateTypes": ["major", "minor", "patch", "pin", "pinDigest","digest"],
"automerge": true,
"autoApprove": true
}
Expand Down

0 comments on commit b10e084

Please sign in to comment.