Skip to content

Commit 275dd2c

Browse files
committed
ci: change renovate label to target: minor
This eliminates the requirement that when master is not a major we require to change the label. `target: minor` is always get merged into master (and master only): https://github.com/angular/angular/blob/ed77bfea26e64bd24019812131e14f5dd450fcf5/docs/BRANCHES.md#pull-request-examples hence using `target: major` is not needed in this case.
1 parent 018a4c2 commit 275dd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"separateMajorMinor": false,
77
"prHourlyLimit": 2,
88
"labels": [
9-
"target: major",
9+
"target: minor",
1010
"action: merge"
1111
],
1212
"timezone": "America/Tijuana",

0 commit comments

Comments
 (0)