From 3ec2e7c4d7ed8360006dbd48e29a8e257e12faa9 Mon Sep 17 00:00:00 2001 From: Nihal Gonsalves Date: Mon, 14 Oct 2024 23:14:06 +0200 Subject: [PATCH] chore: set dependabot schedule to monthly --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eef3335..9f2dac9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: npm directory: "/" schedule: - interval: weekly + interval: monthly versioning-strategy: increase groups: all: @@ -17,4 +17,4 @@ updates: - package-ecosystem: github-actions directory: "/" schedule: - interval: weekly + interval: monthly