We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15eaee commit 7f84a91Copy full SHA for 7f84a91
1 file changed
.github/dependabot.yml
@@ -3,9 +3,10 @@ updates:
3
- package-ecosystem: npm
4
directory: /
5
schedule:
6
- interval: daily
+ interval: weekly
7
labels:
8
- - dependencies
+ - "dependencies"
9
+ - "javascript"
10
groups:
11
minor-and-patch:
12
applies-to: version-updates
@@ -23,7 +24,8 @@ updates:
23
24
25
interval: weekly
26
27
28
+ - "CI"
29
30
actions:
31
0 commit comments