From e8e4e79cbfc2e8fd00b15eeea64d7ee2c954e981 Mon Sep 17 00:00:00 2001 From: AnnAngela Date: Mon, 17 Jul 2023 09:22:46 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E7=BB=88=E4=BA=8E=E6=9D=A5=E4=BA=86?= =?UTF-8?q?=EF=BC=81=EF=BC=81=EF=BC=81=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yaml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 4eafb501..4a2b7902 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,21 +5,29 @@ version: 2 updates: - - package-ecosystem: npm # See documentation for possible values - directory: / # Location of package manifests + - package-ecosystem: github-actions + directory: / schedule: interval: daily time: '07:30' timezone: Asia/Shanghai commit-message: - prefix: npm + prefix: gha include: scope - - package-ecosystem: github-actions - directory: / + groups: + gha: + patterns: + - "*" + - package-ecosystem: npm # See documentation for possible values + directory: / # Location of package manifests schedule: interval: daily time: '07:30' timezone: Asia/Shanghai commit-message: - prefix: gha + prefix: npm include: scope + groups: + npm: + patterns: + - "*"