From d2ad702059f386e5fa7bbe238e029260bedd4e9d Mon Sep 17 00:00:00 2001 From: Justin Hutchings Date: Wed, 8 May 2024 06:29:56 +1000 Subject: [PATCH] Add grouping, disable version updates for npm --- .github/dependabot.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bb85b6f..eb0632c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,9 +3,7 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: daily - - - package-ecosystem: npm - directory: / - schedule: - interval: daily + interval: weekly + groups: + patterns: + - "*"