We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0091b commit 4cc9119Copy full SHA for 4cc9119
.github/dependabot.yml
@@ -1,7 +1,7 @@
1
version: 2
2
updates:
3
- - package-ecosystem: "dotnet-sdk" # See documentation for possible values
4
- directory: "/GrocyScanner.sln" # Location of package manifests
+ - package-ecosystem: "nuget" # See documentation for possible values
+ directory: "/" # Location of package manifests
5
schedule:
6
interval: "daily"
7
target-branch: "master"
0 commit comments