mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
18 lines
295 B
JSON
18 lines
295 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":dependencyDashboard"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchPackagePatterns": ["^@types/"],
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|