From 44d04679482bdc631235a4836bbed233f94755d1 Mon Sep 17 00:00:00 2001 From: Ryo Ota Date: Sat, 19 Aug 2023 02:28:22 +0900 Subject: [PATCH] dependabot: package-ecosystem: github-actions --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fffb07ec..89058065 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,11 @@ updates: - nwtgck assignees: - nwtgck +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + timezone: Asia/Tokyo + open-pull-requests-limit: 99 + reviewers: [ nwtgck ] + assignees: [ nwtgck ]