Skip to content

Commit 2dd1789

Browse files
committed
ci(renovate): when bumping grafana packages add release label
1 parent 756a017 commit 2dd1789

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/renovate.json5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
{
2323
"customType": "regex",
2424
"managerFilePatterns": ["/_package.json/"],
25+
"labels": ["dependencies", "patch", "release"],
2526
"matchStrings": [
2627
"\"(?<depName>@grafana/.*)\"[^\"]*:\\s*\"\\^(?<currentValue>.*)\","
2728
],
@@ -107,7 +108,7 @@
107108
"!/@grafana/*/",
108109
"!@grafana/e2e-selectors"
109110
],
110-
111+
111112
"rangeStrategy": "bump"
112113
},
113114
// patches will only touch the repo lock file so we apply no-changelog to prevent entries in the changelog

0 commit comments

Comments
 (0)