From 613ef3faf8c5c5a965791ab20e744e88ef57bd32 Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Fri, 19 Jan 2024 16:58:26 +0800 Subject: [PATCH] chore: reduce dependabot noise --- .github/dependabot.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 331778bf3..4e2c90830 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,14 +3,23 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: daily + interval: weekly + groups: + all: + patterns: '*' - package-ecosystem: npm directory: / schedule: - interval: daily + interval: weekly + groups: + all: + patterns: '*' - package-ecosystem: npm directory: /test/addon_build/tpl schedule: - interval: daily + interval: weekly + groups: + all: + patterns: '*'