Skip to content

Commit

Permalink
Merge pull request #132 from IhateTrains/dependabot
Browse files Browse the repository at this point in the history
Configure Dependabot version updates
  • Loading branch information
CreateLab authored Oct 24, 2023
2 parents ad845bc + ba2b7ac commit 03e1c09
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
# Enable version updates for nuget
- package-ecosystem: "nuget"
# Look for NuGet dependency info from the `root` directory
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 03e1c09

Please sign in to comment.