From 2237c6789520d0b9fec72a581b4586aa5bd09cf5 Mon Sep 17 00:00:00 2001 From: Yusuke Yamada Date: Mon, 12 Feb 2024 15:30:23 +0900 Subject: [PATCH] =?UTF-8?q?GitHub=20Actions=E3=81=AEdependabot.yml?= =?UTF-8?q?=E3=82=92=E6=9B=B4=E6=96=B0=20(#79)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f05f543..4171b4e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,11 @@ updates: interval: "weekly" - package-ecosystem: "github-actions" - directory: "/.github/composite" + directory: "/.github/composite/build-dev-rust" + schedule: + interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/.github/composite/download-openjtalk-dict" schedule: interval: "weekly"