Nuxt/renovate.json
renovate[bot] e8ceaa20c9
chore(deps): update all non-major dependencies (3.x) (#30133)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-12-10 23:35:16 +00:00

56 lines
925 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>nuxt/renovate-config-nuxt",
":pinDevDependencies",
":widenPeerDependencies"
],
"baseBranches": [
"main",
"3.x"
],
"packageRules": [
{
"groupName": "vitest",
"matchPackageNames": [
"vite-node",
"vitest",
"/^@vitest//"
]
},
{
"matchBaseBranches": [
"main",
"3.x"
],
"ignoreDeps": [
"nitro",
"h3",
"nuxt",
"nuxt3",
"@nuxt/kit"
]
},
{
"groupName": "typescript",
"matchPackageNames": [
"typescript"
]
},
{
"groupName": "webpack",
"matchPackageNames": [
"webpack",
"memfs"
]
},
{
"groupName": "webpack",
"matchPackageNames": [
"webpack",
"memfs"
]
}
]
}