From 2b8bea92fdfa936e03140db16805cdce8993ca6d Mon Sep 17 00:00:00 2001 From: hknsh Date: Fri, 25 Oct 2024 19:10:18 +0100 Subject: [PATCH] chore: changed dependabot interval from weekly to monthly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index db9ba41..554d6c8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,4 @@ updates: - package-ecosystem: 'npm' directory: '/' schedule: - interval: 'weekly' + interval: 'monthly'