14 lines
325 B
JSON
14 lines
325 B
JSON
{
|
|
"extends": ["config:base", "schedule:weekends", "group:monorepos", "group:allNonMajor"],
|
|
"labels": ["dependencies"],
|
|
"timezone": "America/Chicago",
|
|
"updateNotScheduled": true,
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"groupName": "github actions"
|
|
}
|
|
],
|
|
"prHourlyLimit": 6
|
|
}
|