From cc238870f325f7c4275c6208289423140f2c85da Mon Sep 17 00:00:00 2001 From: green1052 <green1052@pm.me> Date: Fri, 5 Jul 2024 01:18:11 +0900 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 56d89ab..a17cea2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,14 @@ version: 2 updates: - - package-ecosystem: "npm" - directory: "/" + - package-ecosystem: npm + directory: / schedule: - interval: "daily" + interval: daily assignees: - - "green1052" + - green1052 + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + assignees: + - green1052