From 072e92f674aa16505fdbef2ed08b3a17d957f1e2 Mon Sep 17 00:00:00 2001 From: Karan Shah Date: Wed, 12 Feb 2025 10:27:13 +0530 Subject: [PATCH] Monthly `dependabot` checks (#1369) Signed-off-by: Shah, Karan --- .github/dependabot.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 641c278909..fc5bb39eb5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,20 +1,30 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + groups: + github-actions: + patterns: + - "*" + - package-ecosystem: "pip" directory: "/" schedule: - interval: "daily" + interval: "monthly" open-pull-requests-limit: 3 + # Don't update these directories. - package-ecosystem: pip directory: /tests schedule: - interval: "daily" + interval: "monthly" ignore: - dependency-name: "*" - package-ecosystem: pip directory: /openfl-workspace schedule: - interval: "daily" + interval: "monthly" ignore: - dependency-name: "*"