add some automerge stuff

This commit is contained in:
Thomas Ruoff
2021-11-24 00:24:25 +01:00
parent 3e56ee98cb
commit 93eab30992

View File

@@ -1,5 +1,17 @@
{ {
"extends": [ "extends": [
"config:base" "config:base",
":dependencyDashboard"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchPackagePatterns": ["^@types/"],
"automerge": true
}
] ]
} }