From 1fa5ba5cacd5023148ccab33cf65efcf56dbcf5f Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Tue, 30 Jun 2026 22:58:34 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c211782a76..7c39644f72 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: @@ -35,7 +35,7 @@ updates: - package-ecosystem: bun directory: / schedule: - interval: weekly + interval: "monthly" cooldown: default-days: 7 commit-message: @@ -53,7 +53,7 @@ updates: - /backend - /frontend schedule: - interval: weekly + interval: "monthly" cooldown: default-days: 7 commit-message: @@ -66,7 +66,7 @@ updates: - package-ecosystem: docker-compose directory: / schedule: - interval: weekly + interval: "monthly" cooldown: default-days: 7 commit-message: