mirror of
https://github.com/nikoksr/notify.git
synced 2024-11-24 08:22:18 +02:00
18 lines
357 B
JSON
18 lines
357 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"assignees": ["nikoksr", "svaloumas"],
|
|
"labels": ["type/deps"],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
|
"automerge": true
|
|
}
|
|
],
|
|
"postUpdateOptions": [
|
|
"gomodTidy"
|
|
],
|
|
"dependencyDashboard": false
|
|
}
|