update renovate config

This commit is contained in:
David Price
2022-03-11 08:09:58 -08:00
parent 6cc5d49443
commit 5f4ecb2af9
2 changed files with 32 additions and 5 deletions

32
.github/renovate.json vendored Normal file
View File

@@ -0,0 +1,32 @@
{
"extends": [
"config:base"
],
"semanticCommits": "disabled",
"rebaseWhen": "conflicted",
"rangeStrategy": "pin",
"prHourlyLimit": 0,
"postUpdateOptions": ["yarnDedupeHighest"],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch"
]
},
{
"packageNames": ["@redwoodjs/core", "@redwoodjs/forms", "@redwoodjs/router", "@redwoodjs/web", "@redwoodjs/api", "@redwoodjs/graphql-server"],
"automerge": true,
"matchUpdateTypes": [
"minor",
"patch",
"major"
]
}
],
"ignoreDeps": [
"yarn",
"node"
]
}