Skip to content

Commit

Permalink
Disable .NET dependabot updates
Browse files Browse the repository at this point in the history
Lock files are not supported yet so disable until supported
  • Loading branch information
bingenito authored Nov 2, 2023
1 parent 38d08e9 commit 571ecb5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

version: 2
updates:
# Maintain dependencies for .NET
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "monthly"
# Disable dependencies for .NET until lock file support is added
#- package-ecosystem: "nuget"
# directory: "/"
# schedule:
# interval: "monthly"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
Expand Down

0 comments on commit 571ecb5

Please sign in to comment.