Skip to content

Commit cef4285

Browse files
committed
update dependabot.yml
1 parent 2768bbe commit cef4285

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "nuget" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
1010
schedule:
11-
interval: "daily"
12-
open-pull-requests-limit: 25
11+
interval: daily
12+
time: "06:30"
13+
timezone: Europe/Brussels
14+
- package-ecosystem: nuget
15+
directory: "/"
16+
schedule:
17+
interval: daily
18+
time: "06:30"
19+
timezone: Europe/Brussels
20+
open-pull-requests-limit: 99

0 commit comments

Comments
 (0)