From d3a13fcfbd17ff0670d55a6b63fc68476bed0355 Mon Sep 17 00:00:00 2001 From: Ryo Ota Date: Tue, 27 Jun 2023 22:35:08 +0900 Subject: [PATCH] dependabot: create dependabot.yml --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..879b9b7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + timezone: Asia/Tokyo + open-pull-requests-limit: 99 + reviewers: [ nwtgck ] + assignees: [ nwtgck ]