Skip to content

Commit a8f4a2b

Browse files
authored
Merge pull request #390 from davidhewitt/cargo-dependabot
Fix CI with new cargo workspace
2 parents 9c6b78e + 831c500 commit a8f4a2b

File tree

2 files changed

+47
-4
lines changed

2 files changed

+47
-4
lines changed

.github/dependabot.yml

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,56 @@ version: 2
22
updates:
33

44
- package-ecosystem: "cargo"
5-
directory: "/"
5+
directory: "examples/hello-world"
6+
schedule:
7+
interval: "monthly"
8+
groups:
9+
deps:
10+
patterns:
11+
- "*"
12+
13+
- package-ecosystem: "cargo"
14+
directory: "examples/hello-world-script"
15+
schedule:
16+
interval: "monthly"
17+
groups:
18+
deps:
19+
patterns:
20+
- "*"
21+
22+
- package-ecosystem: "cargo"
23+
directory: "examples/hello-world-setuppy"
24+
schedule:
25+
interval: "monthly"
26+
groups:
27+
deps:
28+
patterns:
29+
- "*"
30+
31+
- package-ecosystem: "cargo"
32+
directory: "examples/html-py-ever"
33+
schedule:
34+
interval: "monthly"
35+
groups:
36+
deps:
37+
patterns:
38+
- "*"
39+
40+
- package-ecosystem: "cargo"
41+
directory: "examples/namespace_package"
42+
schedule:
43+
interval: "monthly"
44+
groups:
45+
deps:
46+
patterns:
47+
- "*"
48+
49+
- package-ecosystem: "cargo"
50+
directory: "examples/rust_with_cffi"
651
schedule:
752
interval: "monthly"
853
groups:
9-
rust-dependencies:
54+
deps:
1055
patterns:
1156
- "*"
1257

Cargo.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)