Skip to content

Commit 6b3bcb0

Browse files
andreslisztAndres Sandoval
andauthored
Add dependabot (#250)
Co-authored-by: Andres Sandoval <andres.sandoval@perficient.com>
1 parent c6fe9d3 commit 6b3bcb0

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+
# Rust dependencies in moors/
4+
- package-ecosystem: "cargo"
5+
directory: "/moors"
6+
schedule:
7+
interval: "weekly"
8+
open-pull-requests-limit: 5
9+
10+
# Rust dependencies in pymoors/ (used via pyo3)
11+
- package-ecosystem: "cargo"
12+
directory: "/pymoors"
13+
schedule:
14+
interval: "weekly"
15+
open-pull-requests-limit: 5
16+
17+
# Python dependencies in pymoors/
18+
- package-ecosystem: "pip"
19+
directory: "/pymoors"
20+
schedule:
21+
interval: "weekly"
22+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)