We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8febe commit bf3121bCopy full SHA for bf3121b
1 file changed
.github/dependabot.yml
@@ -0,0 +1,34 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: cargo
4
+ directory: /
5
+ schedule:
6
+ interval: monthly
7
+ groups:
8
+ cargo-dependencies:
9
+ patterns:
10
+ - "*"
11
+ cooldown:
12
+ default-days: 7
13
+
14
+ - package-ecosystem: github-actions
15
16
17
18
19
+ github-actions-dependencies:
20
21
22
23
24
25
+ - package-ecosystem: pip
26
27
28
29
30
+ python-dependencies:
31
32
33
34
0 commit comments