1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-01-24 03:16:35 +02:00
notify/renovate.json

18 lines
357 B
JSON
Raw Normal View History

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