1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-11-21 16:46:32 +02:00
notify/renovate.json
2024-07-15 13:36:01 +02:00

14 lines
282 B
JSON

{
"extends": ["config:base"],
"assignees": ["nikoksr"],
"labels": ["type/deps"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
],
"postUpdateOptions": ["gomodTidy"],
"dependencyDashboard": false
}