Skip to content

Commit 0455682

Browse files
committed
Add Dependabot
1 parent 2b37115 commit 0455682

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: nuget
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "03:00"
8+
timezone: Europe/Oslo
9+
open-pull-requests-limit: 99
10+
- package-ecosystem: github-actions
11+
directory: "/"
12+
schedule:
13+
interval: daily
14+
time: "03:00"
15+
timezone: Europe/Oslo
16+
open-pull-requests-limit: 99

0 commit comments

Comments
 (0)