From c14e5e3a32504707d866491abce037320d794f8c Mon Sep 17 00:00:00 2001 From: Wan <495709+wa0x6e@users.noreply.github.com> Date: Mon, 15 Jan 2024 13:39:10 +0700 Subject: [PATCH] chore: decrease dependabot frequency (#220) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ed893f5..2aaf46a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,6 @@ updates: - package-ecosystem: 'npm' directory: '/' schedule: - interval: 'daily' + interval: 'weekly' allow: - dependency-name: '@snapshot-labs/*'