Skip to content

πŸ—οΈ re-configure @renovate-bot support new spiffy labelsΒ #1549

@DerekNonGeneric

Description

@DerekNonGeneric

πŸ› Bug report

Location

.renovaterc.json5

Description

Concise explanation of the problem

we are in the process transitioning out of the old-testament labels situation and @renovate-bot is still currently mis-configured

packageRules: [
{
matchUpdateTypes: ["minor", "patch", "pin", "digest"],
},
{
matchDepTypes: ["dependencies"],
commitMessagePrefix: "chore(deps):",
labels: ["dependencies", "deps-prod"],
},
{
matchDepTypes: ["devDependencies"],
commitMessagePrefix: "build(deps-dev):",
labels: ["dependencies", "build", "deps-dev"],
},
],


  • I would like to work on this issue and submit a pull request.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions