From c1e9e3993680efb9affb7e1d3c73062c84991679 Mon Sep 17 00:00:00 2001 From: James A Sutherland Date: Fri, 18 Mar 2022 14:38:49 -0500 Subject: [PATCH] Include Github actions in Dependabot scope --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f1242a5..09b4025 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,9 @@ version: 2 updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily - package-ecosystem: nuget directory: "/" schedule: