From aa0c98bf34f6c5b506d1ab7f003c55050a0fe132 Mon Sep 17 00:00:00 2001 From: thomas girod Date: Fri, 26 Jul 2024 18:24:04 +0200 Subject: [PATCH] increase delay between dependabot alerts --- .github/dependabot.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fde3ebe0..6dfe4585 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,11 +8,7 @@ updates: - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" - # Raise pull requests for version updates - # to pip against the `develop` branch + interval: "weekly" target-branch: "taiste" - reviewers: - - "ae-utbm/developpers-v3" commit-message: prefix: "[UPDATE] " \ No newline at end of file