From 712686ceda96b75c0a3669d2da41ed06f70460a1 Mon Sep 17 00:00:00 2001 From: Cristen Jones Date: Wed, 11 Oct 2023 10:31:07 -0400 Subject: [PATCH] dependabot: add github actions --- .github/dependabot.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d3f91c871e..3d5afff34a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,14 +10,15 @@ updates: schedule: interval: "daily" time: "09:00" - reviewers: - - "thecristen" open-pull-requests-limit: 1 - package-ecosystem: "npm" # See documentation for possible values directory: "/apps/site/assets" # Location of package manifests schedule: interval: "daily" time: "09:00" - reviewers: - - "thecristen" open-pull-requests-limit: 2 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 1