From 38ff7c95017d2a0888757acc854b61b46a09f58e Mon Sep 17 00:00:00 2001 From: Patrick Huck Date: Wed, 6 Apr 2022 22:42:06 -0700 Subject: [PATCH] github: add serverless dependabot --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bb168983e..ab716c009 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -56,3 +56,10 @@ updates: time: '08:00' timezone: US/Pacific open-pull-requests-limit: 10 +- package-ecosystem: pip + directory: "/mpcontribs-serverless/dependencies" + schedule: + interval: weekly + time: '08:00' + timezone: US/Pacific + open-pull-requests-limit: 10