From 2981ead89bce609ee597c22fb593e4e5d02814d3 Mon Sep 17 00:00:00 2001 From: deptyped Date: Mon, 3 Jun 2024 17:20:10 +0300 Subject: [PATCH] Make automatic dependency updates weekly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1fb0b587..f520b0ee 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,4 @@ updates: - package-ecosystem: npm directory: / schedule: - interval: daily + interval: weekly