From b53c156dfc765a6724ec9f3e6519852b16f38da3 Mon Sep 17 00:00:00 2001 From: Rob Zolkos Date: Fri, 9 Feb 2024 09:24:34 -0500 Subject: [PATCH] Weekly dependabot checks (#407) Whilst the project is focussing on building out base features, daily dependabot updates are distracting particularly for fast moving repos like rails/rails. This calms the cadence to weekly. --- .github/dependabot.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f0527e6b..0de627e3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,12 @@ version: 2 updates: -- package-ecosystem: bundler - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 -- package-ecosystem: github-actions - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 + - package-ecosystem: bundler + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10 + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10