fix(ci): add description and labels
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3f05eeecb1
commit
505823cedf
@ -1,12 +1,15 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"automerge": true,
|
|
||||||
"automergeStrategy": "merge-commit",
|
"automergeStrategy": "merge-commit",
|
||||||
"automergeType": "pr",
|
"automergeType": "pr",
|
||||||
|
"labels": [ "renovate" ],
|
||||||
"rebaseLabel": "renovate/rebase",
|
"rebaseLabel": "renovate/rebase",
|
||||||
"rebaseWhen": "behind-base-branch",
|
"rebaseWhen": "behind-base-branch",
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
|
"description": "Update helm version",
|
||||||
|
"addLabels": [ "renovate/helm-version" ],
|
||||||
|
"automerge": true,
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"^Makefile$"
|
"^Makefile$"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user