From 2df5dfc62f92909d8e2be01c596d9425ff3985b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 07:35:23 +0000 Subject: [PATCH 1/6] Add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..39a2b6e9 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ] +} From 1c4bb13b8ea0356e24e491573a39e749db326ce0 Mon Sep 17 00:00:00 2001 From: NekoCharm <34984380+AlPha5130@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:58:14 +0800 Subject: [PATCH 2/6] chore: update renovate.json --- renovate.json | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 39a2b6e9..fa1ab080 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,65 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:base", + "schedule:weekly" + ], + "labels": ["dependencies"], + "packageRules": [ + { + "groupName": "framework", + "matchPackageNames": [ + "vue", + "vue-i18n", + "vue-router", + "axios", + "pinia", + ] + }, + { + "groupName": "ui", + "matchPackageNames": [ + "naive-ui", + "vue-flex-waterfall", + "vue-gtag", + "nprogress" + ] + }, + { + "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" + ], + "matchPackagePrefixes": [ + "lodash", + "date" + ] + } ] } From ad360d7fb394eaa115dd754ebf347567b382ee1e Mon Sep 17 00:00:00 2001 From: NekoCharm <34984380+AlPha5130@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:00:32 +0800 Subject: [PATCH 3/6] chore: update renovate.json --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index fa1ab080..da1a1e71 100644 --- a/renovate.json +++ b/renovate.json @@ -13,7 +13,7 @@ "vue-i18n", "vue-router", "axios", - "pinia", + "pinia" ] }, { @@ -23,6 +23,9 @@ "vue-flex-waterfall", "vue-gtag", "nprogress" + ], + "matchPackagePrefixes": [ + "@iconify" ] }, { From f7e0c88e75f4d29a7a39286098921b57beccc94e Mon Sep 17 00:00:00 2001 From: NekoCharm <34984380+AlPha5130@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:02:31 +0800 Subject: [PATCH 4/6] chore: update renovate.json --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index da1a1e71..4aa8c7b6 100644 --- a/renovate.json +++ b/renovate.json @@ -13,7 +13,8 @@ "vue-i18n", "vue-router", "axios", - "pinia" + "pinia", + "@vercel/node" ] }, { From 2dfa488339c42ebc3a0198aebc69ab784c5e988c Mon Sep 17 00:00:00 2001 From: NekoCharm <34984380+AlPha5130@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:04:22 +0800 Subject: [PATCH 5/6] chore: update renovate.json --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 4aa8c7b6..54a72f60 100644 --- a/renovate.json +++ b/renovate.json @@ -58,7 +58,8 @@ "picocolors", "js-cookie", "cookie", - "cheerio" + "cheerio", + "conventional-changelog-cli" ], "matchPackagePrefixes": [ "lodash", From 5aeb6b9d5c53a1bc7de2d19a9e3b31446df43c53 Mon Sep 17 00:00:00 2001 From: NekoCharm <34984380+AlPha5130@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:15:08 +0800 Subject: [PATCH 6/6] chore: update renovate.json --- renovate.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 54a72f60..31a4c45f 100644 --- a/renovate.json +++ b/renovate.json @@ -1,10 +1,12 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base", - "schedule:weekly" + "config:base" ], "labels": ["dependencies"], + "baseBranches": [ + "dev" + ], "packageRules": [ { "groupName": "framework",