Skip to content

Commit

Permalink
ci: reduce quicktype-core updates
Browse files Browse the repository at this point in the history
quicktype-core publishes on a per commit basis. This change reduces the updates to monthly.
  • Loading branch information
alan-agius4 authored and angular-robot[bot] committed Feb 17, 2023
1 parent 440654e commit 31a29ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
".github/workflows/**/*.yml"
],
"packageRules": [
{
"matchPackageNames": ["quicktype-core"],
"schedule": ["schedule:monthly"]
},
{
"groupName": "angular",
"matchPackagePatterns": ["^@angular/.*", "angular/dev-infra"]
Expand Down

0 comments on commit 31a29ae

Please sign in to comment.