mirror of
https://github.com/nikoksr/notify.git
synced 2024-11-21 16:46:32 +02:00
14 lines
282 B
JSON
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
|
|
}
|