mirror of
https://github.com/mantinedev/next-app-template.git
synced 2025-11-10 04:22:01 +10:00
14 lines
304 B
JSON
14 lines
304 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"schedule": ["before 5am on sunday"],
|
|
"groupName": "all dependencies",
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": ["*"],
|
|
"groupName": "all dependencies"
|
|
}
|
|
],
|
|
"prHourlyLimit": 0,
|
|
"prConcurrentLimit": 0
|
|
}
|