From 14eeb399a0d77d897d07ffdaf96a5261a23fa104 Mon Sep 17 00:00:00 2001 From: Paul Welter Date: Wed, 16 Aug 2023 09:33:16 -0500 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a9b840c..5dfa3a6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,15 @@ version: 2 updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily + time: "01:00" + open-pull-requests-limit: 10 + - package-ecosystem: nuget directory: "/" schedule: interval: daily - time: "11:00" + time: "02:00" open-pull-requests-limit: 10