Skip to content

Commit

Permalink
add GitHub dependabot configuration to give hints regarding package u…
Browse files Browse the repository at this point in the history
…pdates
  • Loading branch information
64J0 committed Oct 24, 2024
1 parent 7d085c5 commit 1ee757f
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 1ee757f

Please sign in to comment.