From 125dd22edaffaaa66e64ab8b12c9062de9ffb8e4 Mon Sep 17 00:00:00 2001 From: Georgi Hristov Date: Sun, 10 May 2026 19:51:35 +0300 Subject: [PATCH] Change GitHub Actions update interval to monthly --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index be4625c..427687f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,10 @@ updates: directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 2 - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" + open-pull-requests-limit: 1