go-pingbot/renovate.json

12 lines
148 B
JSON
Raw Normal View History

2021-07-24 20:18:18 +00:00
{
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
2021-07-24 20:18:18 +00:00
]
}