Add Renovate labels automatically (#5265)

This commit is contained in:
Alexandru Ionut Tripon 2026-03-26 20:09:37 +00:00 committed by GitHub
commit 75f951fec9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"
]
}