From 6d6e2caa2513b49d1c65b509b37e82504aff3daf Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Tue, 30 Jun 2026 22:46:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Set=20Dependabot=20schedule=20in?= =?UTF-8?q?terval=20to=20"monthly"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 90c8624a9c..4ff32f0c15 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" cooldown: default-days: 7 commit-message: @@ -21,7 +21,7 @@ updates: - package-ecosystem: "uv" directory: "/" schedule: - interval: "weekly" + interval: "monthly" cooldown: default-days: 7 commit-message: @@ -51,7 +51,7 @@ updates: - package-ecosystem: "docker" directory: "/scripts/docker" schedule: - interval: "weekly" + interval: "monthly" cooldown: default-days: 7 commit-message: @@ -63,7 +63,7 @@ updates: - package-ecosystem: "docker-compose" directory: "/scripts/docker" schedule: - interval: "weekly" + interval: "monthly" cooldown: default-days: 7 commit-message: