From 72c6ec46b5b4fda929ea044a025a34526d88f5c7 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Fri, 10 Jun 2022 15:22:54 -0700 Subject: [PATCH] Configure Dependabot to update GitHub Actions Also simplify configuration. --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a0173a2ad..5672e2cca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: directory: "/" schedule: interval: daily - time: "05:00" - timezone: America/Los_Angeles - reviewers: - - "andschwa" +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily