Skip to content

Commit

Permalink
Set up Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Jun 19, 2024
1 parent f82e3e2 commit bc7d13a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"extends": [
"config:base"
],
"prConcurrentLimit": 1,
"prHourlyLimit": 0,
"rebaseStalePrs": true,
"automerge": true,
"platformAutomerge": true,
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 4pm on Wednesday except before 9am on Wednesday"]
},
"python": {
"packageRules": [
{
"matchDepNames": ["python"],
"rangeStrategy": "replace"
}
]
},
"rangeStrategy": "pin",
"timezone": "America/New_York",
"schedule": ["before 4pm on Wednesday except before 9am on Wednesday"]
}

0 comments on commit bc7d13a

Please sign in to comment.