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 a93060c commit 635b4f8Copy full SHA for 635b4f8
1 file changed
.github/dependabot.yml
@@ -0,0 +1,24 @@
1
+# Versions and updates, dependabot.yml
2
+
3
+version: 2
4
+updates:
5
6
+ # Maintain dependencies for GitHub Actions
7
+ - package-ecosystem: "github-actions"
8
+ directory: "/"
9
+ schedule:
10
+ interval: "daily"
11
12
+ # Maintain dependencies for npm
13
+ - package-ecosystem: "npm"
14
15
16
17
+ time: "02:00"
18
+ # No one cares about dependency labels, they should be auto-merged
19
+ labels: []
20
+ allow:
21
+ # Allow both direct and indirect updates for all packages
22
+ - dependency-type: "all"
23
+ rebase-strategy: "auto"
24
+ reviewers: ["node-formidable/core"]
0 commit comments