From f3db353bb4586abb92dba3e75ddcbb2f4b0e328c Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 27 Aug 2023 08:37:54 +0200 Subject: [PATCH] Group fontawesome deps in dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2af9e347..fbd03a63 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,10 @@ updates: time: '09:00' timezone: 'Europe/Madrid' open-pull-requests-limit: 10 + groups: + fontawesome: + patterns: + - '@fortawesome*' ignore: # Bootstrap can introduce visual breaking changes on styles # Ignore it, since the plan is to remove it anyway