change(renovate.json): add labels automatically

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-03-26 21:41:53 +05:00
parent 9f5f1bcf10
commit eed2facb66
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF

View file

@ -2,5 +2,12 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"labels": [
"area: CI",
"complexity: low",
"priority: low",
"type: robot",
"changelog:omit"
]
}