Skip to content

Commit 1757608

Browse files
authored
Merge pull request #173 from dorssel/dependabot_sdk
Migrate SDK update workflow to Dependabot
2 parents dd524d0 + c44e171 commit 1757608

File tree

3 files changed

+6
-21
lines changed

3 files changed

+6
-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.

Documentation/docfx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json",
23
"metadata": [
34
{
45
"src": [

0 commit comments

Comments
 (0)