Skip to content

Commit

Permalink
update dependabot
Browse files Browse the repository at this point in the history
- Check nuget daily
- Check github action updates weekly
  • Loading branch information
MrSmoke committed Feb 19, 2024
1 parent 77ecdf1 commit a4d9479
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ updates:
- package-ecosystem: "nuget" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"

0 comments on commit a4d9479

Please sign in to comment.