From 974749e9f44eb55fe24c16b5db040d522a08ebbf Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com> Date: Mon, 12 Dec 2022 10:29:54 +0100 Subject: [PATCH] chore: Dependabot config update (#9399) --- .github/dependabot.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e98fb5c7fcb..77538b8d698 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,14 +1,20 @@ version: 2 updates: - package-ecosystem: npm - directory: / + directory: '/packages/puppeteer-core' schedule: interval: daily - open-pull-requests-limit: 3 + time: '00:00' + timezone: 'Europe/Berlin' + open-pull-requests-limit: 1 allow: - dependency-type: 'production' - - package-ecosystem: github-actions - directory: '/' + - package-ecosystem: npm + directory: '/packages/puppeteer' schedule: interval: daily - open-pull-requests-limit: 2 + time: '00:00' + timezone: 'Europe/Berlin' + open-pull-requests-limit: 1 + allow: + - dependency-type: 'production'