From 911206be80d476fd54a4852668731b7e97d79062 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Mon, 6 Nov 2023 04:29:36 +0800 Subject: [PATCH] build(gh): reduce the frequency of dependabot PR submissions --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bec1046..dd59389 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: bundler: dependency-type: "production" schedule: - interval: "weekly" + interval: "monthly" - package-ecosystem: "npm" directory: "/" versioning-strategy: increase @@ -15,7 +15,7 @@ updates: npm: dependency-type: "development" schedule: - interval: "weekly" + interval: "monthly" - package-ecosystem: "github-actions" directory: "/" groups: @@ -23,4 +23,4 @@ updates: update-types: - "major" schedule: - interval: "weekly" + interval: "monthly"