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 6eeaa28 commit 783c6eaCopy full SHA for 783c6ea
.github/dependabot.yml
@@ -15,20 +15,14 @@ updates:
15
- "*"
16
17
- package-ecosystem: "cargo"
18
- directories:
19
- - "/"
20
- - "/examples/mixed"
21
- - "/examples/mixed_sub"
22
- - "/examples/mixed_sub_multiple"
23
- - "/examples/pure"
+ directory: "/"
24
schedule:
25
interval: "weekly"
26
allow:
27
- dependency-type: "all"
28
ignore:
29
- dependency-name: "pyo3"
30
- dependency-name: "numpy"
31
- - dependency-name: "pyo3-build-config"
32
groups:
33
dependencies:
34
patterns:
0 commit comments