1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-11-24 08:22:18 +02:00
notify/renovate.json

18 lines
357 B
JSON
Raw Normal View History

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