mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Sometimes Renovate proposes an update and we need to add some manual fixups, like updating a size golden. For this we push to same upstream branch. Renovate will update the PR though when another new revision/version becomes available, overriding the fixup and discarding it. This happened quite often now and causes significantly more work required by the dev-infra time.. PR Close #45204
103 lines
2.6 KiB
JSON
103 lines
2.6 KiB
JSON
{
|
|
"pinVersions": false,
|
|
"semanticCommits": true,
|
|
"semanticPrefix": "build",
|
|
"separateMajorMinor": false,
|
|
"prHourlyLimit": 2,
|
|
"stopUpdatingLabel": "action: merge",
|
|
"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",
|
|
"@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"]
|
|
},
|
|
{
|
|
"matchPaths": [".github/workflows/scorecard.yml"],
|
|
"matchPackagePatterns": ["*"],
|
|
"groupName": "scorecard action dependencies",
|
|
"groupSlug": "scorecard-action"
|
|
}
|
|
]
|
|
}
|