From 30c219d464eae4d8d1e59c951709f988fd4c9db2 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Mon, 9 May 2022 14:43:30 +0900 Subject: [PATCH] Configure Dependabot - Update less frequently from daily to monthly - Limit the number of pull requests --- .github/dependabot.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 73ce618..eb9a38b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,10 @@ version: 2 updates: - - package-ecosystem: 'npm' + - package-ecosystem: npm directory: '/' schedule: - interval: 'daily' + interval: montly versioning-strategy: increase + open-pull-requests-limit: 1 + labels: + - 'pr: dependencies'