From 1c89f00e74bc1eb7cdeb1a197a03d2c285121669 Mon Sep 17 00:00:00 2001 From: Manuel Luypaert Date: Fri, 15 Mar 2024 17:04:34 +0000 Subject: [PATCH] Cleanup dependabot config file + reduced check frequency This config file is used for feature upgrade checks only, so does not need frequent execution. Alerts configured in Github directly are intended to trigger checks for security upgrades, which should happen independent of the schedule defined here. --- .github/dependabot.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 51c90c0d..79510f76 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,12 +6,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" - package-ecosystem: "pip" - directory: "/pipeline/seq_retrieval/" # Location of package manifests + directory: "/pipeline/seq_retrieval/" schedule: - interval: "weekly" - - package-ecosystem: "pip" - directory: "/pipeline/seq_retrieval/tests/" # Location of package manifests - schedule: - interval: "weekly" + interval: "monthly"