Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
chore: run renovate against 2.x branch also
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 19, 2023
1 parent 1211f62 commit 0fb147b
Showing 1 changed file with 44 additions and 5 deletions.
49 changes: 44 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,49 @@
"extends": [
"github>nuxt/renovate-config-nuxt"
],
"ignoreDeps": [
"nuxt",
"nuxt3",
"@nuxt/kit",
"parse5"
"baseBranches": [
"main",
"2.x-dev"
],
"packageRules": [
{
"matchBaseBranches": [
"main"
],
"ignoreDeps": [
"nuxt",
"nuxt3",
"@nuxt/kit",
"parse5"
]
},
{
"matchBaseBranches": [
"2.x-dev"
],
"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",
"wrap-ansi",
"jest",
"babel-jest",
"globby",
"execa",
"chalk",
"vue",
"vuex"
]
}
]
}

0 comments on commit 0fb147b

Please sign in to comment.