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"