Skip to content

Commit

Permalink
Merge branch 'master' into ssr-test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlPha5130 committed Dec 27, 2024
2 parents 436e2d7 + 1e77313 commit 4668436
Showing 1 changed file with 12 additions and 24 deletions.
36 changes: 12 additions & 24 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"extends": ["config:recommended"],
"labels": ["dependencies"],
"baseBranches": [
"dev"
],
"baseBranches": ["dev"],
"packageRules": [
{
"groupName": "framework",
Expand All @@ -25,10 +21,8 @@
"naive-ui",
"vue-flex-waterfall",
"vue-gtag",
"nprogress"
],
"matchPackagePrefixes": [
"@iconify"
"nprogress",
"@iconify{/,}**"
]
},
{
Expand All @@ -40,19 +34,15 @@
"sass",
"tslib",
"vercel",
"@vue/language-plugin-pug"
],
"matchPackagePrefixes": [
"@vitejs",
"unplugin",
"@vueuse"
"@vue/language-plugin-pug",
"@vitejs{/,}**",
"unplugin{/,}**",
"@vueuse{/,}**"
]
},
{
"groupName": "types",
"matchPackagePrefixes": [
"@types"
]
"matchPackageNames": ["@types{/,}**"]
},
{
"groupName": "utils",
Expand All @@ -61,11 +51,9 @@
"js-cookie",
"cookie",
"cheerio",
"conventional-changelog-cli"
],
"matchPackagePrefixes": [
"lodash",
"date"
"conventional-changelog-cli",
"lodash{/,}**",
"date{/,}**"
]
}
]
Expand Down

0 comments on commit 4668436

Please sign in to comment.