1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-12-14 10:23:19 +02:00
notify/renovate.json

14 lines
220 B
JSON
Raw Normal View History

2021-08-14 00:17:48 +02:00
{
"assignees": ["nikoksr"],
"labels": ["type/deps"],
2021-08-14 00:17:48 +02:00
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
2021-08-14 00:17:48 +02:00
]
}