Skip to content

Commit

Permalink
Add angular monorepo to renovate config
Browse files Browse the repository at this point in the history
The default config groups angular, angular-cli and angularmaterial as separate monorepos and thus the peer dependencies fail to update correctly.
Also decreased the update frequency to monthly

Change-Id: I72d113fe1f6cad2c38f7d97c4c6983df4a0ca30d
Test: N/A
Bug: N/A
GitOrigin-RevId: 6a630515f56232b7a1c47c2b2a6c109363b82b54
  • Loading branch information
bentekkie authored and copybara-github committed Jul 29, 2024
1 parent 55282d5 commit a659b06
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
"golang.org/x/tools"
],
"schedule": ["every month"]
},
{ // Update angular monorepo packages once a month.
"matchSourceUrlPrefixes": [
"https://github.com/angular/angular",
"https://github.com/angular/angular-cli",
"https://github.com/angular/components",
],
"schedule": ["every month"],
"groupName": "angular+cli monorepo"
}
]
}

0 comments on commit a659b06

Please sign in to comment.