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 1236b2e commit 0d74bd0Copy full SHA for 0d74bd0
.github/dependabot.yml
@@ -3,11 +3,19 @@ updates:
3
- package-ecosystem: cargo
4
directory: "/"
5
schedule:
6
- interval: weekly
7
- open-pull-requests-limit: 10
+ interval: daily
+ open-pull-requests-limit: 1
8
+ allow:
9
+ - dependency-type: direct
10
+ - dependency-type: indirect
11
- package-ecosystem: gitsubmodule
12
13
14
15
16
+- package-ecosystem: github-actions
17
+ directory: "/"
18
+ schedule:
19
20
21
0 commit comments