11 lines
290 B
JSON
11 lines
290 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["local>t.behrendt/renovate-configs:common", "local>t.behrendt/renovate-configs:action"],
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["Bun", "oven/bun"],
|
|
"groupName": "bun version"
|
|
}
|
|
]
|
|
}
|