Skip to content

Commit

Permalink
Configure Renovate (#52)
Browse files Browse the repository at this point in the history
* Add renovate.json

* chore: update renovate.json

* chore: update renovate.json

* chore: update renovate.json

* chore: update renovate.json

* chore: update renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: NekoCharm <34984380+AlPha5130@users.noreply.github.com>
  • Loading branch information
renovate[bot] and AlPha5130 authored Oct 10, 2023
1 parent 239eb2f commit b942d82
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"labels": ["dependencies"],
"baseBranches": [
"dev"
],
"packageRules": [
{
"groupName": "framework",
"matchPackageNames": [
"vue",
"vue-i18n",
"vue-router",
"axios",
"pinia",
"@vercel/node"
]
},
{
"groupName": "ui",
"matchPackageNames": [
"naive-ui",
"vue-flex-waterfall",
"vue-gtag",
"nprogress"
],
"matchPackagePrefixes": [
"@iconify"
]
},
{
"groupName": "build",
"matchPackageNames": [
"typescript",
"vite",
"pug",
"sass",
"tslib",
"vercel",
"@vue/language-plugin-pug"
],
"matchPackagePrefixes": [
"@vitejs",
"unplugin",
"@vueuse"
]
},
{
"groupName": "types",
"matchPackagePrefixes": [
"@types"
]
},
{
"groupName": "utils",
"matchPackageNames": [
"picocolors",
"js-cookie",
"cookie",
"cheerio",
"conventional-changelog-cli"
],
"matchPackagePrefixes": [
"lodash",
"date"
]
}
]
}

0 comments on commit b942d82

Please sign in to comment.