Skip to content

Commit 91928fc

Browse files
authored
ci: use static target: automation label in renovate config (#31853)
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 fee8d20 commit 91928fc

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

renovate.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,5 @@
33
"extends": ["github>angular/dev-infra//renovate-presets/default.json5"],
44
"baseBranchPatterns": ["main", "20.2.x"],
55
"ignoreDeps": ["stylelint", "selenium-webdriver", "@types/selenium-webdriver", "typescript"],
6-
"ignorePaths": ["docs/src/assets/stackblitz/**", "integration/**"],
7-
"packageRules": [
8-
{
9-
"matchBaseBranches": ["main"],
10-
"addLabels": ["target: minor"]
11-
},
12-
{
13-
"matchBaseBranches": ["!main"],
14-
"addLabels": ["target: patch"]
15-
}
16-
]
6+
"ignorePaths": ["docs/src/assets/stackblitz/**", "integration/**"]
177
}

0 commit comments

Comments
 (0)