Skip to content

Commit 41643bf

Browse files
committed
Added bot for updating dependencies in example project
1 parent 104910b commit 41643bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ version: 2
77
updates:
88
- package-ecosystem: "pub"
99
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
time: "09:00"
13+
timezone: Europe/Madrid
14+
- package-ecosystem: "pub"
15+
directory: "/example/"
1016
schedule:
1117
interval: "weekly"
1218
time: "09:00"

0 commit comments

Comments
 (0)