but not next-auth for now

This commit is contained in:
Thomas Ruoff
2021-11-21 00:24:48 +01:00
committed by GitHub
parent b2bdcf2fc1
commit b2ba5dbe0c

View File

@@ -13,6 +13,10 @@
{ {
"matchPackagePatterns": ["^@types/"], "matchPackagePatterns": ["^@types/"],
"automerge": true "automerge": true
},
{
"matchPackagePatterns": ["next-auth"],
"automerge": false
} }
] ]
} }