From 8eae2f9d9cefeae488b446e0b2f3f9b6a326f5e4 Mon Sep 17 00:00:00 2001 From: AzideCupric <57004769+AzideCupric@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:30:05 +0800 Subject: [PATCH] =?UTF-8?q?:wrench:=20=E5=B0=9D=E8=AF=95=E4=B8=BAdepdentab?= =?UTF-8?q?ot=E7=9A=84pr=E5=88=86=E7=BB=84=20(#360)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 49 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 575c3e3..e2cbc53 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,15 +9,64 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + prod-patch-update: + dependency-type: "production" + update-type: "patch" + prod-minor-update: + dependency-type: "production" + update-type: "minor" + prod-major-update: + dependency-type: "production" + update-type: "major" + dev-patch-update: + dependency-type: "development" + update-type: "patch" + dev-minor-update: + dependency-type: "development" + update-type: "minor" + dev-major-update: + dependency-type: "development" + update-type: "major" + - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" + groups: + docs-update: + patterns: + - "*" + - package-ecosystem: "npm" directory: "/admin-frontend/" schedule: interval: "monthly" + groups: + prod-patch-update: + dependency-type: "production" + update-type: "patch" + prod-minor-update: + dependency-type: "production" + update-type: "minor" + prod-major-update: + dependency-type: "production" + update-type: "major" + dev-patch-update: + dependency-type: "development" + update-type: "patch" + dev-minor-update: + dependency-type: "development" + update-type: "minor" + dev-major-update: + dependency-type: "development" + update-type: "major" + - package-ecosystem: github-actions directory: "/" schedule: interval: weekly + groups: + actions-update: + patterns: + - "*"