update renovate config
This commit is contained in:
32
.github/renovate.json
vendored
Normal file
32
.github/renovate.json
vendored
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": [
|
|
||||||
"config:base"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user