mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Renovate currently always applies the minor label. This often causes the patch/FF/RC branches to quickly diverge. We should always apply the patch label with the goal of keeping infra-related changes in sync as much as possible.. Then it is still possible to selectively apply the minor/major label if needed (this forces the reviewer to actually think about where this should go in, if it fails!). PR Close #44065
97 lines
2.5 KiB
JSON
97 lines
2.5 KiB
JSON
{
|
|
"pinVersions": false,
|
|
"semanticCommits": true,
|
|
"semanticPrefix": "build",
|
|
"separateMajorMinor": false,
|
|
"prHourlyLimit": 2,
|
|
"labels": ["target: patch", "comp: build & ci", "action: review"],
|
|
"timezone": "America/Tijuana",
|
|
"lockFileMaintenance": {
|
|
"enabled": true
|
|
},
|
|
"schedule": ["after 10pm every weekday", "before 4am every weekday", "every weekend"],
|
|
"baseBranches": ["master"],
|
|
"ignoreDeps": [
|
|
"@angular/animations-12",
|
|
"@angular/common-12",
|
|
"@angular/core-12",
|
|
"@angular/forms-12",
|
|
"@angular/platform-browser-12",
|
|
"@angular/platform-browser-dynamic-12",
|
|
"@angular/platform-server-12",
|
|
"@angular/router-12",
|
|
"@babel/core",
|
|
"@babel/generator",
|
|
"@babel/parser",
|
|
"@babel/preset-env",
|
|
"@babel/template",
|
|
"@babel/traverse",
|
|
"@babel/types",
|
|
"@types/babel__core",
|
|
"@types/babel__generator",
|
|
"@types/babel__template",
|
|
"@types/babel__traverse",
|
|
"@types/node",
|
|
"@types/selenium-webdriver",
|
|
"angular-1.5",
|
|
"angular-1.6",
|
|
"angular-1.7",
|
|
"angular-1.8",
|
|
"angular-mocks-1.5",
|
|
"angular-mocks-1.6",
|
|
"angular-mocks-1.7",
|
|
"angular-mocks-1.8",
|
|
"puppeteer",
|
|
"remark",
|
|
"remark-html",
|
|
"selenium-webdriver",
|
|
"watchr"
|
|
],
|
|
"packageFiles": [
|
|
"WORKSPACE",
|
|
"integration/bazel/WORKSPACE",
|
|
"package.json",
|
|
"packages/**/package.json",
|
|
"aio/package.json",
|
|
".github/workflows/**/*.yml"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"packagePatterns": ["^@angular/.*", "^@angular-devkit/.*", "^@schematics/.*", "angular/dev-infra"],
|
|
"groupName": "angular",
|
|
"pinVersions": false
|
|
},
|
|
{
|
|
"packagePatterns": ["^@babel/.*"],
|
|
"groupName": "babel",
|
|
"pinVersions": false
|
|
},
|
|
{
|
|
"packagePatterns": ["^@bazel/.*", "^build_bazel.*"],
|
|
"groupName": "bazel",
|
|
"pinVersions": false
|
|
},
|
|
{
|
|
"packageNames": ["typescript", "rxjs", "tslib"],
|
|
"separateMinorPatch": true
|
|
},
|
|
{
|
|
"packageNames": ["typescript", "rxjs", "tslib"],
|
|
"updateTypes": ["minor", "major"],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"matchCurrentVersion": "0.0.0-PLACEHOLDER",
|
|
"enabled": false
|
|
},
|
|
{
|
|
"excludePackagePatterns": ["^@angular/.*", "^@angular-devkit/.*", "^@schematics/.*", "angular/dev-infra"],
|
|
"matchPackagePatterns": ["*"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"matchCurrentVersion": ">=1",
|
|
"groupName": "all non-major dependencies",
|
|
"groupSlug": "all-minor-patch",
|
|
"schedule": ["after 1am on Thursday"]
|
|
}
|
|
]
|
|
}
|