From df3be1c5030a70802435f4ea9e6d20757451a320 Mon Sep 17 00:00:00 2001 From: Julio Lopez <1953782+julio-lopez@users.noreply.github.com> Date: Fri, 10 Jun 2022 22:18:40 -0700 Subject: [PATCH] chore(deps): update dependabot frequency for Go deps (#2028) Allow more frequent update while limiting the number of open PRs to 1. Similarly, for GHA deps. --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 217506486..c1bc7e8de 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,12 +2,14 @@ version: 2 updates: - package-ecosystem: gomod directory: "/" + open-pull-requests-limit: 1 schedule: - interval: monthly + interval: daily - package-ecosystem: github-actions directory: "/" + open-pull-requests-limit: 3 schedule: - interval: monthly + interval: weekly - package-ecosystem: npm directory: "/app" schedule: