Skip to content

Commit

Permalink
CI: Enable Dependabot (#18)
Browse files Browse the repository at this point in the history
-- begin release notes --
Enable Dependabot
-- end release notes --
  • Loading branch information
BardezAnAvatar authored May 19, 2024
1 parent 598a681 commit a26bd1e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
# Enable version updates for nuget
- package-ecosystem: "nuget"
# Look for NuGet dependency info from the `root` directory
directory: "/"
registries: "*"
# Check the nuget registry for updates every day (weekdays) schedule:
schedule:
timezone: "America/Chicago"
time: "22:00"
interval: "daily"

registries:
nuget:
type: "nuget-feed"
url: https://api.nuget.org/v3/index.json
token: ${{ secrets.DEPENDABOT_NUGET_RESTORE_PASSWORD }}

0 comments on commit a26bd1e

Please sign in to comment.