Skip to content

Commit 9215819

Browse files
committed
Migrate SDK update workflow to Dependabot
1 parent dd524d0 commit 9215819

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ updates:
1616
directory: '/'
1717
schedule:
1818
interval: 'daily'
19+
- package-ecosystem: 'dotnet-sdk'
20+
directory: '/'
21+
schedule:
22+
interval: 'weekly'
23+
day: 'wednesday'
1924
- package-ecosystem: 'nuget'
2025
directory: '/'
2126
schedule:

.github/workflows/update-dotnet-sdk.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)