From be6d96767c581888e408f303200478451a99d30a Mon Sep 17 00:00:00 2001 From: yutaro-sakamoto <80912876+yutaro-sakamoto@users.noreply.github.com> Date: Tue, 26 Nov 2024 21:10:42 +0900 Subject: [PATCH] =?UTF-8?q?[No=20Deploy]=20gradle=E5=90=91=E3=81=91?= =?UTF-8?q?=E3=81=AEdependabot=E3=81=AE=E8=A8=AD=E5=AE=9A=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0=20(#63)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a0dc0c9..978a95c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,7 @@ updates: directory: "/infrastructure" schedule: interval: "weekly" + - package-ecosystem: "gradle" + directory: "/server" + schedule: + interval: "weekly"