Skip to content

Commit

Permalink
chore: configure Renovate
Browse files Browse the repository at this point in the history
Copy the whole config until we can figure out how to share a preset with public repos.
  • Loading branch information
serhalp committed Aug 4, 2021
1 parent 153e2e6 commit 935699f
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
{
"extends": [
"config:base"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":automergeMinor", ":renovatePrefix", ":prHourlyLimitNone"],
"dependencyDashboard": true,
"labels": ["dependencies", "renovate"],
"timezone": "America/Los_Angeles",

"packageRules": [
{
"matchDepTypes": ["engines"],
"enabled": false
}
],

"rangeStrategy": "bump",
"recreateClosed": true,
"schedule": ["after 9am", "before 5pm", "on Monday through Thursday"],
"stabilityDays": 3,
"transitiveRemediation": true
}

0 comments on commit 935699f

Please sign in to comment.