sandbox-react/renovate.json

21 lines
345 B
JSON
Raw Normal View History

2022-07-21 13:02:01 +02:00
{
2022-06-20 21:02:47 +02:00
"extends":
[
"config:base"
],
"timezone": "Europe/Berlin",
"packageRules":
[
{
"matchDepTypes": ["devDependencies"],
"matchPackagePatterns": ["lint","prettier"],
"automerge": true
},
{
2022-06-23 22:16:41 +02:00
"matchUpdateTypes": ["minor","patch"],
2022-06-20 21:02:47 +02:00
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
2022-06-20 20:08:15 +02:00
}