mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
19 lines
326 B
JSON
19 lines
326 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":dependencyDashboard"
|
|
],
|
|
"schedule": "every weekend",
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchPackagePatterns": ["^@types/"],
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|