Skip to content

Commit

Permalink
add github actions to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwm authored Oct 28, 2024
1 parent fa02f12 commit c2d351b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c2d351b

Please sign in to comment.