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 27bd32c commit 361ea07Copy full SHA for 361ea07
.github/dependabot.yml
@@ -0,0 +1,26 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: github-actions
4
+ directory: /
5
+ schedule:
6
+ interval: weekly
7
+ groups:
8
+ actions-minor:
9
+ update-types:
10
+ - minor
11
+ - patch
12
+
13
+ - package-ecosystem: npm
14
15
16
17
18
+ npm-development:
19
+ dependency-type: development
20
21
22
23
+ npm-production:
24
+ dependency-type: production
25
26
0 commit comments