From ba66c4bc89a1bcb340f29bd95db3e55fd248ab62 Mon Sep 17 00:00:00 2001 From: MDLeom <43627182+curbengh@users.noreply.github.com> Date: Sun, 6 Sep 2020 00:02:26 +0000 Subject: [PATCH] chore(dependabot): monitor actions' dep - https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d1f0d08..61c651e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"