From c845a8c74d425badff508d613246345030d34a0e Mon Sep 17 00:00:00 2001 From: ttsukagoshi Date: Mon, 29 Jan 2024 05:26:16 +0900 Subject: [PATCH] Add `groups.typescript-eslint` in dependabot.yml for npm #159 --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7c257c3..4e071f3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,3 +26,8 @@ updates: include: 'scope' target-branch: 'main' versioning-strategy: 'increase' + open-pull-requests-limit: 10 + groups: + typescript-eslint: + patterns: + - '@typescript-eslint/*'