From 3f36b665b7e3ae4ffc373e226b747a40ad47633b Mon Sep 17 00:00:00 2001 From: Cat Chen Date: Tue, 31 May 2022 16:31:04 -0700 Subject: [PATCH] Added GitHub Actions to Dependabot (#295) --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 87e72fc..6c63364 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,3 +24,14 @@ updates: - npm-npmjs - npm-registry-npm-pkg-github-com-catchen open-pull-requests-limit: 10 + + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: daily + time: '03:00' + timezone: US/Pacific + reviewers: + - catchen + assignees: + - catchen