From bd9c94f17dabb6849cc9ffad28b4a6e6bbfbd25a Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+RetroArcher-bot@users.noreply.github.com> Date: Tue, 7 Feb 2023 18:32:08 +0000 Subject: [PATCH] ci: update global workflows --- .github/dependabot.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8c9df6e33bb..88c8339c68f 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