From d408b9b70ffc2b29bb4e83dc372cbabfa672eaf0 Mon Sep 17 00:00:00 2001 From: Tomasz Janiszewski Date: Thu, 1 Aug 2024 14:58:25 +0200 Subject: [PATCH] Group @typescript-eslint updates - https://github.com/stackrox/central-login/pull/197 - https://github.com/stackrox/central-login/pull/196 --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4bee208..cc6d278 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,7 @@ updates: open-pull-requests-limit: 5 schedule: interval: daily + groups: + typescript-eslint: + patterns: + - "@typescript-eslint/*"