We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbf6fc commit ba4f2fdCopy full SHA for ba4f2fd
.github/dependabot.yml
@@ -6,22 +6,22 @@ updates:
6
- package-ecosystem: 'npm'
7
directory: '/'
8
schedule:
9
- interval: "weekly"
+ interval: "monthly"
10
commit-message:
11
prefix: "chore: "
12
13
# NPM packages
14
15
directory: '/src-vue'
16
17
18
19
20
21
# Rust crates
22
- package-ecosystem: 'cargo'
23
directory: '/src-tauri'
24
25
26
27
0 commit comments