Skip to content

Commit

Permalink
Merge pull request #26 from financrr/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
DenuxPlays committed May 23, 2024
2 parents b46965c + 02982b4 commit 662f0ca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"rangeStrategy": "bump",
"prHourlyLimit": 0,
"updateLockFiles": true,
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 4am on monday"]
}
}

0 comments on commit 662f0ca

Please sign in to comment.