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.

(cherry picked from commit 31a29ae)
  • Loading branch information
alan-agius4 authored and clydin committed Feb 17, 2023
1 parent c11b345 commit ca33802
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 ca33802

Please sign in to comment.