From a3d09ca8a1b36717475ec7aad4128fb01c61c878 Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Fri, 10 May 2024 11:02:50 -0400 Subject: [PATCH] Fix Dependabot security group schema changelog: Internal, Security Tooling, Configure Dependabot for security updates, major Stylelint releases --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 98492acc212..36287129e08 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,6 +18,8 @@ updates: - major security: applies-to: security-updates + patterns: + - '*' - package-ecosystem: bundler directory: / schedule: @@ -29,3 +31,5 @@ updates: - phonelib security: applies-to: security-updates + patterns: + - '*'