From 7340f7660bdaf44ccb9ae29195ea99974dd7e1ec Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Fri, 29 Jul 2022 22:29:35 -0400 Subject: [PATCH] ci: update dependabot (#278) --- .github/dependabot.yml | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 32fce3f3..1285370b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,15 +1,29 @@ +# This action is centrally managed in https://github.com//.github/ +# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in +# the above-mentioned repo. + version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" - target-branch: "nightly" - open-pull-requests-limit: 20 - - - package-ecosystem: "pip" - directory: "/scripts" - schedule: - interval: "daily" + time: "00:00" + target-branch: "nightly" + open-pull-requests-limit: 10 + + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + time: "00:00" + target-branch: "nightly" + open-pull-requests-limit: 10 + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + time: "00:00" target-branch: "nightly" open-pull-requests-limit: 10