Skip to content

Commit

Permalink
Merge pull request #66 from bingenito/dependabot-actions
Browse files Browse the repository at this point in the history
Scope GitHub Actions into dependabot
  • Loading branch information
psmulovics authored Oct 3, 2023
2 parents 1e9d462 + 450568f commit 0c7ef22
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@

version: 2
updates:
- package-ecosystem: "nuget" # See documentation for possible values
directory: "/src" # Location of package manifests
# Maintain dependencies for .NET
- package-ecosystem: "nuget"
directory: "/src"
schedule:
interval: "monthly"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"

0 comments on commit 0c7ef22

Please sign in to comment.