Skip to content

Commit c363c3f

Browse files
committed
examples: add dependabot config
1 parent db77904 commit c363c3f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
updates:
3+
4+
- package-ecosystem: "cargo"
5+
directory: "examples/hello-world"
6+
schedule:
7+
interval: "monthly"
8+
9+
- package-ecosystem: "cargo"
10+
directory: "examples/html-py-ever"
11+
schedule:
12+
interval: "monthly"
13+
14+
- package-ecosystem: "cargo"
15+
directory: "examples/namespace_package"
16+
schedule:
17+
interval: "monthly"
18+
19+
- package-ecosystem: "cargo"
20+
directory: "examples/rust_with_cffi"
21+
schedule:
22+
interval: "monthly"

0 commit comments

Comments
 (0)