From 1705f85379b0962ad75493c4c639d762ae242a72 Mon Sep 17 00:00:00 2001 From: KIMOTO Nobuhiko Date: Wed, 27 Jul 2022 15:36:27 +0900 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 46783880e4..a939885b70 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,15 @@ updates: interval: "weekly" allow: - dependency-type: "all" + + # GitHub アクションの依存関係を維持する + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + # npm の依存関係を維持する + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly"