0520dc9a30
CD / Release (push) Successful in 2s
Reviewed-on: #120 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
25 lines
732 B
JSON
25 lines
732 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["local>t.behrendt/renovate-configs:common"],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["npm", "bun"],
|
|
"addLabels": ["deps", "npm"]
|
|
},
|
|
{
|
|
"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 runtime version",
|
|
"groupName": "bun version",
|
|
"groupSlug": "bun-version",
|
|
"matchManagers": ["bun-version", "dockerfile"],
|
|
"matchPackageNames": ["bun", "docker.io/oven/bun"]
|
|
}
|
|
]
|
|
}
|