From 82a7422b3d156adaee064ecc87cd478fe17292a3 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Wed, 5 May 2021 11:34:57 -0700 Subject: [PATCH] Change Dependabot pip watcher to check weekly --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index fa8bfed6..61a3097a 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,7 +3,7 @@ updates: - package-ecosystem: pip directory: "/" schedule: - interval: daily + interval: weekly pull-request-branch-name: separator: "-" open-pull-requests-limit: 3