Nuxt/renovate.json

53 lines
979 B
JSON
Raw Normal View History

2021-03-18 14:26:41 +00:00
{
2022-11-30 14:04:14 +00:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2021-03-18 14:26:41 +00:00
"extends": [
2022-11-30 14:04:14 +00:00
"github>nuxt/renovate-config-nuxt"
2021-04-06 12:12:31 +00:00
],
"baseBranches": [
"main",
2023-02-01 18:38:15 +00:00
"2.x"
],
"packageRules": [
{
"matchBaseBranches": [
"main"
],
"ignoreDeps": [
"nuxt",
"nuxt3",
"@nuxt/kit",
"parse5"
]
},
{
"matchBaseBranches": [
2023-02-01 18:38:15 +00:00
"2.x"
],
"ignoreDeps": [
"core-js",
"postcss",
"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",
"jest",
"babel-jest",
"globby",
"execa",
"chalk",
"vue",
"vuex"
]
}
]
2021-03-18 14:26:41 +00:00
}