From b5c407612ba0deef45a4d9d507e9cfc3d33ef1da Mon Sep 17 00:00:00 2001 From: Randall Wood <297232+rhwood@users.noreply.github.com> Date: Sat, 20 Aug 2022 07:27:55 -0400 Subject: [PATCH] chore: allow Dependabot to maintain GitHub Actions (#167) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3b6c812a..dcd76706 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,7 @@ updates: interval: daily time: "10:00" open-pull-requests-limit: 10 +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily