From 38bf1d20d08732c5b05fafc7093258d87ae8733a Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Fri, 19 Jun 2020 00:12:10 +0900 Subject: [PATCH] ci: add package-ecosystem github-actions --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 195ce739..2cafe906 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,3 +20,15 @@ updates: - ">= 14.a, < 15" commit-message: prefix: deps + +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + time: '11:00' + timezone: Japan + open-pull-requests-limit: 1 + labels: + - "dependencies:ci" + commit-message: + prefix: ci