We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6c287 commit 973b4f0Copy full SHA for 973b4f0
.github/dependabot.yml
@@ -0,0 +1,27 @@
1
+# Dependabot version updates
2
+# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3
+
4
+version: 2
5
+updates:
6
+ - package-ecosystem: npm
7
+ directory: /
8
+ schedule:
9
+ interval: weekly
10
+ open-pull-requests-limit: 10
11
+ labels:
12
+ - dependencies
13
+ commit-message:
14
+ prefix: chore
15
+ include: scope
16
17
+ - package-ecosystem: github-actions
18
19
20
21
+ open-pull-requests-limit: 5
22
23
24
+ - github-actions
25
26
+ prefix: ci
27
0 commit comments