We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f303204 + 3721e4a commit 0055bb8Copy full SHA for 0055bb8
1 file changed
.github/dependabot.yml
@@ -0,0 +1,32 @@
1
+version: 2
2
+updates:
3
+ # Maintain dependencies for the main npm project
4
+ - package-ecosystem: "npm"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "daily"
8
+ open-pull-requests-limit: 10
9
+ labels:
10
+ - "dependencies"
11
+ - "javascript"
12
+
13
+ # Maintain dependencies for GitHub Actions scripts
14
15
+ directory: "/.github/scripts"
16
17
18
19
20
21
22
+ - "github-actions"
23
24
+ # Maintain dependencies for GitHub Actions workflows
25
+ - package-ecosystem: "github-actions"
26
27
28
29
30
31
32
0 commit comments