From c06be55b6a9324426c9d65c85b1e41b22585200f Mon Sep 17 00:00:00 2001 From: "Galantsev, Dmitrii" Date: Thu, 4 Apr 2024 16:57:44 -0500 Subject: [PATCH] GIT - Set dependabot checks to monthly Change-Id: If4db71c0d7b68bc03ba302a01e6cf779a32e4c2b Signed-off-by: Galantsev, Dmitrii --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d8cc6f4422..5c34bcb79c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: directory: "/docs/sphinx" # Location of package manifests open-pull-requests-limit: 10 schedule: - interval: "daily" + interval: "monthly" target-branch: "master" labels: - "documentation"