We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a54237 commit 83bae78Copy full SHA for 83bae78
1 file changed
.github/dependabot.yml
@@ -1,7 +1,29 @@
1
version: 2
2
updates:
3
+ - package-ecosystem: "cargo"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ allow:
8
+ - dependency-type: "all"
9
+ groups:
10
+ minor:
11
+ update-types:
12
+ - "minor"
13
+ - "patch"
14
- package-ecosystem: "github-actions"
15
directory: "/"
16
schedule:
17
# Check for updates to GitHub Actions every week
18
interval: "weekly"
19
+ - package-ecosystem: "npm"
20
21
22
23
24
25
26
27
28
29
0 commit comments