How to label PRs with the "category id" #42664
-
How are you running Renovate?A Mend.io-hosted app Which platform you running Renovate on?github.com Which version of Renovate are you using?No response Please tell us more about your question or problemI would like my PRs labeled with "dependency" and the type, such as "python", "javascript", etc. as dependabot would do. I have this in my config, but apparently doesn't work. "labels": [
"dependencies",
"{{category}}"
],Basically I want the "category Id" from this table as a label on the PRs. https://docs.renovatebot.com/modules/manager/#supported-managers I know about the https://docs.renovatebot.com/configuration-options/#addlabels option, but would prefer not to have to create packageRules for every category if possible. Logs (if relevant)Logs |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Looking at https://docs.renovatebot.com/templates/#other-available-fields it might be |
Beta Was this translation helpful? Give feedback.
Looking at https://docs.renovatebot.com/templates/#other-available-fields it might be
{{categories}}?