Nuxt/renovate.json

50 lines
926 B
JSON
Raw Permalink Normal View History

2018-09-26 22:08:21 +00:00
{
2023-04-25 21:17:00 +00:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2018-09-26 22:08:21 +00:00
"extends": [
2023-04-25 21:17:00 +00:00
"github>nuxt/renovate-config-nuxt"
],
"baseBranches": [
2023-04-25 21:17:00 +00:00
"main",
"2.x"
],
2023-04-25 21:17:00 +00:00
"packageRules": [
{
"matchBaseBranches": [
"main"
],
"ignoreDeps": [
"nuxt",
"nuxt3",
"@nuxt/kit",
"parse5"
]
},
{
"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"
]
}
]
2018-09-26 22:08:21 +00:00
}