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 e9e0907 commit 55f7d93Copy full SHA for 55f7d93
.github/dependabot.yml
@@ -0,0 +1,15 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: cargo
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ open-pull-requests-limit: 10
8
+ reviewers:
9
+ - alexcrichton
10
+ assignees:
11
12
+ ignore:
13
+ - dependency-name: proptest
14
+ versions:
15
+ - ">= 0.9.a, < 0.10"
0 commit comments