We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae5d74 commit 77b9014Copy full SHA for 77b9014
1 file changed
.github/dependabot.yml
@@ -0,0 +1,23 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "cargo"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ day: "monday"
8
+ open-pull-requests-limit: 10
9
+ groups:
10
+ dependencies:
11
+ patterns:
12
+ - "*"
13
+
14
+ - package-ecosystem: "github-actions"
15
16
17
18
19
+ open-pull-requests-limit: 5
20
21
+ actions:
22
23
0 commit comments