From 9b119d930877d0b6d3e7ca7cb5ab228b7fa67fa4 Mon Sep 17 00:00:00 2001 From: strozw Date: Fri, 13 Sep 2024 09:17:03 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20typescript-eslint=20=E9=96=A2?= =?UTF-8?q?=E9=80=A3=E3=83=91=E3=83=83=E3=82=B1=E3=83=BC=E3=82=B8=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E3=82=92=E3=81=BE=E3=81=A8=E3=82=81=E3=82=8B=20group?= =?UTF-8?q?=20=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac433b3..e09051a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,13 +6,8 @@ updates: interval: monthly day: monday open-pull-requests-limit: 5 - - # bases 内の依存を更新するための設定 - # - package-ecosystem: npm - # directories: - # - bases/foo/bar # ここに対象ディレクトリを列挙 - # schedule: - # interval: monthly - # day: monday - # open-pull-requests-limit: 5 - + groups: + typescript-eslint: + patterns: + - "typescript-eslint" + - "@typescript-eslint/*" From f0d475c430afd6be2b89b11f6f50acf120771cb2 Mon Sep 17 00:00:00 2001 From: strozw Date: Fri, 13 Sep 2024 09:17:39 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20dependabot=20=E3=81=AE=20interval?= =?UTF-8?q?=20=E3=82=92=20weekly=20=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e09051a..ce22d9d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: npm directory: / schedule: - interval: monthly + interval: weekly day: monday open-pull-requests-limit: 5 groups: