From 0fd114264b2f621e3cbd860c121e03c9c4438c65 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:44:15 +0100 Subject: [PATCH] refactor: added another entry to angular group --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 03607aeadd1..75f0c2c4472 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -55,6 +55,7 @@ updates: patterns: - "@angular*" - "@angular-devkit*" + - "ng-packagr" update-types: - "minor" - "patch"