From c2d351b11e218cea2139c3d8465eb792bdcd3aa0 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 28 Oct 2024 15:51:44 -0600 Subject: [PATCH] add github actions to dependabot --- .github/dependabot.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 046993b..feb6984 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,12 @@ version: 2 updates: - package-ecosystem: "nuget" - directory: "/Google.Authenticator" - directory: "/Google.Authenticator.Tests" + directories: + - "/Google.Authenticator" + - "/Google.Authenticator.Tests" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" schedule: interval: "weekly"