We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fe9d3 commit 6b3bcb0Copy full SHA for 6b3bcb0
.github/dependabot.yml
@@ -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
12
+ directory: "/pymoors"
13
14
15
16
17
+ # Python dependencies in pymoors/
18
+ - package-ecosystem: "pip"
19
20
21
22
0 commit comments