From d1ba73633432e9d1dbc4fc09b58f5a92257591ae Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Fri, 15 Dec 2023 06:16:16 +0000 Subject: [PATCH] :wrench: add dependabot bump group --- .github/dependabot.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 142cbb8..70f3c80 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,34 @@ updates: directory: "/" schedule: interval: daily + groups: + actions: + patterns: + - "*" + + - package-ecosystem: github-actions + directory: "/.github/actions/build-api-doc" + schedule: + interval: daily + groups: + actions: + patterns: + - "*" + + - package-ecosystem: github-actions + directory: "/.github/actions/setup-node" + schedule: + interval: daily + groups: + actions: + patterns: + - "*" + + - package-ecosystem: github-actions + directory: "/.github/actions/setup-python" + schedule: + interval: daily + groups: + actions: + patterns: + - "*"