Skip to content

Commit ebeb148

Browse files
authored
Allow .csproj files for Dependabot updates
Removed exclusion of .csproj files from Dependabot updates.
1 parent 9b40e85 commit ebeb148

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ version: 2
77
updates:
88
- package-ecosystem: nuget
99
directory: "/src/Avalonia.Samples/"
10-
exclude-paths:
11-
- "*.csproj"
1210
schedule:
1311
interval: "daily"
1412
groups:

0 commit comments

Comments
 (0)