From 87a3e0b8b0fc1b95d27e5ff05124e7ea47fad368 Mon Sep 17 00:00:00 2001 From: Jacek W Date: Thu, 20 Jun 2024 00:16:46 +0200 Subject: [PATCH] build: change dependabot schedule to weekly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b417983..5f0889c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "weekly"