From ea3c6c45a7ad863c65d811c33c5a0dd53f003ff9 Mon Sep 17 00:00:00 2001 From: Pugma Date: Sun, 12 May 2024 22:09:12 +0900 Subject: [PATCH] =?UTF-8?q?Dashboard=E5=90=8C=E6=A7=98=E3=81=AE=E8=A8=AD?= =?UTF-8?q?=E5=AE=9A=E3=82=92=E5=8F=8D=E6=98=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d943682..32ab977 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,24 @@ updates: schedule: interval: monthly open-pull-requests-limit: 10 + groups: + types: + patterns: + - '@types/*' + formatter: + patterns: + - '*eslint*' + - '*prettier*' + patches: + update-types: + - 'patch' + - package-ecosystem: github-actions directory: '/' schedule: interval: monthly open-pull-requests-limit: 10 + groups: + actions-deps: + patterns: + - '*'