We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1152aaf commit 32b149fCopy full SHA for 32b149f
1 file changed
.github/dependabot.yml
@@ -0,0 +1,23 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: npm
4
+ directory: "/"
5
+ groups:
6
+ dev-dependencies:
7
+ dependency-type: "development"
8
+ update-types:
9
+ - "minor"
10
+ - "patch"
11
+ schedule:
12
+ interval: weekly
13
+ time: "03:00"
14
+ timezone: America/New_York
15
+ open-pull-requests-limit: 10
16
+ versioning-strategy: increase
17
+- package-ecosystem: github-actions
18
19
20
+ interval: daily
21
22
23
0 commit comments