Nuxt/renovate.json
renovate[bot] 7998dac541
chore(deps): update all non-major dependencies (main) (#21321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-06-05 00:24:39 +01:00

52 lines
985 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>nuxt/renovate-config-nuxt",
":pinDevDependencies"
],
"baseBranches": [
"main",
"2.x"
],
"packageRules": [
{
"matchBaseBranches": [
"main"
],
"ignoreDeps": [
"typescript",
"markdownlint-cli",
"nuxt",
"nuxt3",
"@nuxt/kit"
]
},
{
"matchBaseBranches": [
"2.x"
],
"ignoreDeps": [
"@types/node",
"postcss-import",
"postcss-loader",
"postcss-url",
"css-loader",
"sass-loader",
"npm",
"boxen",
"html-webpack-plugin",
"terser-webpack-plugin",
"@types/terser-webpack-plugin",
"@types/webpack-bundle-analyzer",
"@types/webpack-hot-middleware",
"wrap-ansi",
"globby",
"execa",
"chalk",
"vue",
"vuex"
]
}
]
}