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/*'