From 66582afdb05fda455b685b054b8fa39957b86776 Mon Sep 17 00:00:00 2001 From: Kichura <68134602+Kichura@users.noreply.github.com> Date: Sat, 6 Dec 2025 20:38:19 +0100 Subject: [PATCH] Change schedule's interval to monthly. --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d5974f605..80d624535 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,10 @@ updates: default-days: 7 directory: "/" schedule: - interval: "daily" + interval: "monthly" - package-ecosystem: "github-actions" cooldown: default-days: 7 directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "monthly" \ No newline at end of file