Skip to content

Commit

Permalink
Merge pull request #621 from giraffe-fsharp/add-dependabot
Browse files Browse the repository at this point in the history
Add GitHub dependabot configuration
  • Loading branch information
nojaf authored Oct 25, 2024
2 parents 7d085c5 + 1ee757f commit 07d307b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Basic set up

version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: "/"
schedule:
interval: "weekly"

# Maintain dependencies for nuget
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 07d307b

Please sign in to comment.