Skip to content

Commit 4c232f4

Browse files
Enable dependabot dependency updates
Configure Dependabot automatic dependency upgrades.
1 parent 107fc10 commit 4c232f4

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: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "saturday"
8+
time: "04:00"
9+
timezone: "Australia/Sydney"
10+
- package-ecosystem: "cargo"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
day: "saturday"
15+
time: "04:00"
16+
timezone: "Australia/Sydney"

0 commit comments

Comments
 (0)