Skip to content

Commit e49a74d

Browse files
zulinx86pb8o
authored andcommitted
test: Add directories to dependabot.yaml
Adds the following directories to dependabot.yaml: - /tests/host_tools/uffd/ - /tests/integration_tests/security/demo_seccomp/ Cargo.lock files under these directories were not updated by depedabot. See PR #3850. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent d4b1974 commit e49a74d

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "cargo"
3+
- package-ecosystem: "cargo"
44
directory: "/"
55
schedule:
66
interval: "weekly"
77
day: "monday"
88
allow:
99
- dependency-type: "all"
1010
open-pull-requests-limit: 100
11+
- package-ecosystem: "cargo"
12+
directory: "/tests/host_tools/uffd/"
13+
schedule:
14+
interval: "weekly"
15+
day: "monday"
16+
allow:
17+
- dependency-type: "all"
18+
open-pull-requests-limit: 100
19+
- package-ecosystem: "cargo"
20+
directory: "/tests/integration_tests/security/demo_seccomp/"
21+
schedule:
22+
interval: "weekly"
23+
day: "monday"
24+
allow:
25+
- dependency-type: "all"
26+
open-pull-requests-limit: 100

0 commit comments

Comments
 (0)