Skip to content

Commit

Permalink
build(renovate): granular steps in branches
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Nov 12, 2023
1 parent 1b0c6d0 commit cf38d65
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,29 @@
"matchFileNames": ["e2e/a11/package.json"],
"matchPackageNames": ["@angular-devkit/build-angular"],
"allowedVersions": "/^0\\.11\\d\\d\\./"
},

{
"matchFileNames": [
"e2e/min/*"
],
"matchPackageNames": [
"@angular-devkit/build-angular",
"@angular/animations",
"@angular/cli",
"@angular/common",
"@angular/compiler",
"@angular/compiler-cli",
"@angular/core",
"@angular/forms",
"@angular/platform-browser",
"@angular/platform-browser-dynamic",
"@angular/router",
"ng-packagr",
"typescript",
"zone.js"
],
"branchTopic": "angular-monorepo-{{{updateType}}}-{{{newMajor}}}.{{{newMinor}}}.x-{{{newVersion}}}"
}
]
}

0 comments on commit cf38d65

Please sign in to comment.