We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 396cbec + 7e3df9e commit 69c7af3Copy full SHA for 69c7af3
1 file changed
.github/dependabot.yaml
@@ -0,0 +1,21 @@
1
+---
2
+version: 2
3
+updates:
4
+ - package-ecosystem: 'npm'
5
+ directory: '/'
6
+ schedule:
7
+ interval: 'weekly'
8
+ groups:
9
+ production-dependencies:
10
+ dependency-type: 'production'
11
+ development-dependencies:
12
+ dependency-type: 'development'
13
+ - package-ecosystem: 'github-actions'
14
15
16
17
18
19
20
21
0 commit comments