Skip to content

๐Ÿ—๏ธ re-configure @renovate-bot support new spiffy labelsย #1549

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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