Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06ef5dd

Browse files
committed
ci: use static target: automation label in renovate config
The `target: automation` label is used by the Angular team to identify PRs that are created by automation. This is used to skip some checks that are not required for automated PRs.
1 parent b613249 commit 06ef5dd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

renovate.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
"extends": ["github>angular/dev-infra//renovate-presets/default.json5"],
55
"ignorePaths": ["tests/legacy-cli/e2e/assets/**", "tests/schematics/update/packages/**"],
66
"packageRules": [
7-
{
8-
"matchBaseBranches": ["main"],
9-
"addLabels": ["target: minor"]
10-
},
11-
{
12-
"matchBaseBranches": ["!main"],
13-
"addLabels": ["target: patch"]
14-
},
157
{
168
"enabled": false,
179
"matchFileNames": ["tests/legacy-cli/e2e/ng-snapshot/package.json"],

0 commit comments

Comments
 (0)