14 lines
267 B
JSON
14 lines
267 B
JSON
|
|
{
|
||
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
|
"extends": [
|
||
|
|
"config:recommended"
|
||
|
|
],
|
||
|
|
"labels": [
|
||
|
|
"area: CI",
|
||
|
|
"complexity: low",
|
||
|
|
"priority: low",
|
||
|
|
"type: robot",
|
||
|
|
"changelog:omit"
|
||
|
|
]
|
||
|
|
}
|