π 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"], |
|
}, |
|
], |
π Bug report
Location
.renovaterc.json5Description
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
openinf.github.io/.renovaterc.json5
Lines 28 to 42 in fb0b734