From 1810d8cca4f5b76385428772311fc7cf3b2d05c2 Mon Sep 17 00:00:00 2001 From: KeisukeYamashita <19yamashita15@gmail.com> Date: Wed, 14 Feb 2024 21:18:14 +0100 Subject: [PATCH] chore(.github): change interval to monthly Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com> --- .github/dependabot.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index af971d6..f9724e7 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,7 +7,8 @@ updates: prefix: bump directory: "/" schedule: - interval: "daily" + interval: "monthly" + open-pull-requests-limit: 3 # Maintain dependencies for Docker - package-ecosystem: "docker" @@ -16,13 +17,15 @@ updates: prefix: bump directory: "/" schedule: - interval: "daily" + interval: "monthly" + open-pull-requests-limit: 3 # Maintain dependencies for GitHub Action - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "monthly" + open-pull-requests-limit: 3 # Maintain dependencies for npm - package-ecosystem: "npm" @@ -31,4 +34,5 @@ updates: prefix: bump directory: "/web" schedule: - interval: "daily" + interval: "monthly" + open-pull-requests-limit: 3