Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit 48e35d6

Browse files
committed
Add dotnet-sdk to dependabot.yml.
1 parent 5e2953b commit 48e35d6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
22
version: 2
33
updates:
4+
- package-ecosystem: dotnet-sdk
5+
directories:
6+
- /
7+
schedule:
8+
interval: daily
9+
timezone: Europe/Copenhagen
10+
time: "12:00"
11+
open-pull-requests-limit: 25
12+
labels: []
413
- package-ecosystem: github-actions
514
directories:
615
- /

0 commit comments

Comments
 (0)