Skip to content

Commit

Permalink
ci: group renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
mghilardelli authored Nov 4, 2024
1 parent ca9dc29 commit 6cc123f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"matchManagers": ["pub"],
"groupName": "auto_route",
"matchPackagePrefixes": ["auto_route", "auto_route_generator"]
},
{
"matchPackagePatterns": ["^@angular/"],
"groupName": "angular updates",
"matchUpdateTypes": ["patch"],
"automerge": true
}
]
],
"schedule": ["before 7am on Thursday"],
"prHourlyLimit": 0,
"prConcurrentLimit": 0
}

0 comments on commit 6cc123f

Please sign in to comment.