From 010c100116c30db652fd65ea52bfd5641e987e00 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 30 Jul 2026 09:56:42 +0100 Subject: [PATCH] Update Dependabot schedule to monthly Changed the update schedule for npm and GitHub Actions from weekly to monthly. --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b6fe1b7..e8c02aa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "weekly" + interval: "monthly" groups: react: patterns: @@ -13,4 +13,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly"