From 526886d95c127cba71164cc4fd5ab70921f5f435 Mon Sep 17 00:00:00 2001 From: gsstoykov Date: Wed, 22 Oct 2025 12:19:25 +0300 Subject: [PATCH] chore: Change Dependabot PR frequency Signed-off-by: gsstoykov --- .github/dependabot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fb84a204f..67f323961 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,15 +3,15 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" open-pull-requests-limit: 10 - package-ecosystem: "cargo" directory: "/" schedule: - interval: "weekly" - open-pull-requests-limit: 5 + interval: "monthly" + open-pull-requests-limit: 10 - package-ecosystem: "gradle" directory: "/" schedule: - interval: "weekly" - open-pull-requests-limit: 5 + interval: "monthly" + open-pull-requests-limit: 10