All checks were successful
CD / Release (push) Successful in 5s
Reviewed-on: #52 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
21 lines
652 B
JSON
21 lines
652 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["local>t.behrendt/renovate-configs:common"],
|
|
"packageRules": [
|
|
{
|
|
"description": "Group all minor and patch updates together",
|
|
"groupName": "all non-major dependencies",
|
|
"groupSlug": "all-minor-patch",
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"matchManagers": ["npm", "bun"]
|
|
},
|
|
{
|
|
"description": "Group Bun releases",
|
|
"groupName": "bun version",
|
|
"groupSlug": "bun-version",
|
|
"matchDatasources": ["github-tags", "docker"],
|
|
"matchPackageNames": ["docker.io/oven/bun", "oven-sh/bun", "Bun"]
|
|
}
|
|
]
|
|
}
|