forked from vmware-archive/node-replicated-kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
38 lines (37 loc) · 951 Bytes
/
Copy pathdependabot.yml
File metadata and controls
38 lines (37 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# See
# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates
# for details
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/kernel"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/bootloader"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/lib/bootloader_shared"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/lib/kpi"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/lib/lineup"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/lib/vibrio"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/lib/vmxnet3"
schedule:
interval: "daily"