This commit is contained in:
@@ -2,5 +2,24 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchManagers": ["npm"],
|
||||||
|
"matchPaths": ["./packages/**"],
|
||||||
|
"manager": "bun"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchManagers": ["bun"],
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"groupName": "bun minor+patch updates",
|
||||||
|
"groupSlug": "bun-minor-patch"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchManagers": ["bun"],
|
||||||
|
"matchUpdateTypes": ["major"],
|
||||||
|
"groupName": "bun major updates",
|
||||||
|
"groupSlug": "bun-major"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user