We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e07f73 commit 3aced3aCopy full SHA for 3aced3a
1 file changed
.github/dependabot.yml
@@ -0,0 +1,30 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: github-actions
4
+ directory: /
5
+ schedule:
6
+ interval: weekly
7
+ cooldown:
8
+ default-days: 7
9
+ groups:
10
+ actions-minor:
11
+ update-types:
12
+ - minor
13
+ - patch
14
+
15
+ - package-ecosystem: npm
16
17
18
19
20
21
22
+ npm-development:
23
+ dependency-type: development
24
25
26
27
+ npm-production:
28
+ dependency-type: production
29
30
0 commit comments