mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 14:37:13 +01:00
20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"extends": ["config:base", ":dependencyDashboard"],
|
|
"schedule": "every weekend",
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchPackagePatterns": ["^@types/"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchPackagePatterns": ["next-auth"],
|
|
"automerge": false
|
|
}
|
|
]
|
|
}
|