Add renovate.json
update
This commit is contained in:
parent
9a27824fe9
commit
76990702f0
26
renovate.json
Normal file
26
renovate.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": ["config:base"],
|
||||||
|
"dependencyDashboard": false,
|
||||||
|
"bumpVersion": "patch",
|
||||||
|
"rangeStrategy": "bump",
|
||||||
|
"ignorePaths": [".github/**"],
|
||||||
|
"branchPrefix": "renovate_",
|
||||||
|
"vulnerabilityAlerts": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"packagePatterns": ["*"],
|
||||||
|
"excludePackagePatterns": ["tss-react", "powerhooks", "tsafe", "evt"],
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"packagePatterns": ["tss-react", "powerhooks", "tsafe", "evt"],
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"automerge": true,
|
||||||
|
"automergeType": "branch",
|
||||||
|
"groupName": "garronej_modules_update"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user