All checks were successful
CI / Test (helm.json) (pull_request) Successful in 9s
CI / Test (action.json) (pull_request) Successful in 10s
CI / Test (k8s.json) (pull_request) Successful in 9s
CI / Test (docker-compose.json) (pull_request) Successful in 12s
CI / Test (common.json) (pull_request) Successful in 33s
CI / Test (bun-npm.json) (pull_request) Successful in 1m2s
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"]
|
|
}
|
|
]
|
|
}
|