From 48559a5876e2280e8cff0e1712dd1d5b06fc7f11 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Tue, 7 Feb 2023 13:52:39 -0500 Subject: [PATCH] ci: update global workflows (#896) --- .github/dependabot.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8c9df6e3..88c8339c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,7 +29,7 @@ updates: target-branch: "nightly" open-pull-requests-limit: 10 - - package-ecosystem: "pip" + - package-ecosystem: "nuget" directory: "/" schedule: interval: "daily" @@ -37,10 +37,18 @@ updates: target-branch: "nightly" open-pull-requests-limit: 10 - - package-ecosystem: "gitsubmodule" + - package-ecosystem: "pip" directory: "/" schedule: interval: "daily" time: "10:00" target-branch: "nightly" open-pull-requests-limit: 10 + + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "daily" + time: "10:30" + target-branch: "nightly" + open-pull-requests-limit: 10