From a89db168b9f3818832d03971b71ada261b63d0a8 Mon Sep 17 00:00:00 2001 From: ohakutsu Date: Mon, 26 Feb 2024 17:44:25 +0900 Subject: [PATCH] Update dependabot config --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9e3ff0d..9ccdfca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,9 @@ updates: day: "monday" time: "14:00" timezone: "Asia/Tokyo" + open-pull-requests-limit: 5 + reviewers: + - "increments/qiita-dev-group" - package-ecosystem: "github-actions" directory: "/actions/publish" @@ -15,6 +18,9 @@ updates: day: "monday" time: "14:00" timezone: "Asia/Tokyo" + open-pull-requests-limit: 5 + reviewers: + - "increments/qiita-dev-group" - package-ecosystem: "npm" directory: "/" @@ -24,3 +30,6 @@ updates: time: "14:00" timezone: "Asia/Tokyo" versioning-strategy: increase + open-pull-requests-limit: 5 + reviewers: + - "increments/qiita-dev-group"