Skip to content

Commit 2b5bdcc

Browse files
authored
fix quotes
1 parent fe97786 commit 2b5bdcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ updates:
1919
directory: "/java/"
2020
schedule:
2121
interval: "daily"
22-
- package-ecosystem: nuget
22+
- package-ecosystem: "nuget"
2323
directories:
24-
- /csharp/*
24+
- /csharp/*
2525
- /csharp/snippets/configuration/InitDefaultConfig/
2626
- /csharp/snippets/configuration/RegisterDataSources/
2727
- /csharp/snippets/information/GetVersion/

0 commit comments

Comments
 (0)