From a6881b468d1fbd7463b34f3ace66cdeb2036ee07 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 9 Sep 2020 16:25:55 +0200 Subject: [PATCH] github/dependabot: max 5 PRs and add microsite with max 2 PRs --- .github/dependabot.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 72fb926d12..59847fd65f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,14 @@ updates: schedule: interval: daily time: '04:00' - open-pull-requests-limit: 10 + open-pull-requests-limit: 5 + labels: + - dependencies + - package-ecosystem: npm + directory: '/microsite/' + schedule: + interval: daily + time: '04:00' + open-pull-requests-limit: 2 labels: - dependencies