Skip to content

Commit

Permalink
Add dependabot updates
Browse files Browse the repository at this point in the history
Configure dependabot to update GitHub Actions and NuGet packages every Thursday at 1200 EST to resolve #982.
  • Loading branch information
martincostello committed Jan 7, 2023
1 parent aba7a34 commit bb9285a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
day: thursday
time: "12:00"
timezone: "America/New_York"
- package-ecosystem: nuget
directory: "/"
schedule:
interval: weekly
day: thursday
time: "12:00"
timezone: "America/New_York"

0 comments on commit bb9285a

Please sign in to comment.