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 979122f commit cd76a85Copy full SHA for cd76a85
1 file changed
.github/dependabot.yml
@@ -1,6 +1,22 @@
1
version: 2
2
+
3
+multi-ecosystem-groups:
4
+ tauri-specta-deps:
5
+ schedule:
6
+ interval: "weekly"
7
8
updates:
9
- package-ecosystem: "github-actions"
10
directory: "/"
- schedule:
- interval: "weekly"
11
+ multi-ecosystem-group: "tauri-specta-deps"
12
+ patterns: ["*"]
13
14
+ - package-ecosystem: npm
15
+ directory: "/"
16
17
18
19
+ - package-ecosystem: "cargo"
20
21
22
0 commit comments