6f995bf6fc
Co-Authored-By: Paperclip <noreply@paperclip.ing>
34 lines
894 B
JSON
34 lines
894 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
|
|
"extends": ["config:recommended"],
|
|
"baseBranches": ["main"],
|
|
"schedule": ["every weekend"],
|
|
"prConcurrentLimit": 5,
|
|
"pinDigests": true,
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["npm"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"groupName": "npm minor and patch"
|
|
},
|
|
{
|
|
"matchManagers": ["npm"],
|
|
"matchUpdateTypes": ["major"],
|
|
"groupName": "npm major updates",
|
|
"automerge": false
|
|
},
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"groupName": "github-actions minor and patch"
|
|
},
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"matchUpdateTypes": ["major"],
|
|
"groupName": "github-actions major updates",
|
|
"automerge": false
|
|
}
|
|
]
|
|
}
|