From cc18f5cb87177a88920f7b6b6fa3e85d5dac0058 Mon Sep 17 00:00:00 2001 From: Jake Lee Kennedy Date: Tue, 18 Jun 2024 12:22:35 +0100 Subject: [PATCH 1/2] enable grouped dependabot pr --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ed05624ea..ac21cfbfe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,10 @@ updates: directory: '/' schedule: interval: 'weekly' + groups: + npm: + patterns: + - "*" - package-ecosystem: 'github-actions' directory: '/' schedule: From ac8ebe2de43989884a0f5018f8a39645f08a42ad Mon Sep 17 00:00:00 2001 From: Jake Lee Kennedy Date: Tue, 18 Jun 2024 13:13:53 +0100 Subject: [PATCH 2/2] prettier --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac21cfbfe..0d0a5b59c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,7 +12,7 @@ updates: groups: npm: patterns: - - "*" + - '*' - package-ecosystem: 'github-actions' directory: '/' schedule: