20 lines
574 B
JSON
20 lines
574 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"baseBranchPatterns": ["next"],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["bun", "npm"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"groupName": "bun minor+patch updates",
|
|
"groupSlug": "bun-minor-patch"
|
|
},
|
|
{
|
|
"matchManagers": ["dockerfile", "docker-compose"],
|
|
"matchUpdateTypes": ["minor", "patch", "digest"],
|
|
"groupName": "docker minor+patch+digest updates",
|
|
"groupSlug": "docker-minor-patch-digest"
|
|
}
|
|
]
|
|
}
|