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 f7ee503 commit 622adbeCopy full SHA for 622adbe
1 file changed
.github/dependabot.yml
@@ -0,0 +1,27 @@
1
+# Basic `dependabot.yml` file with
2
+# minimum configuration for three package managers
3
+
4
+version: 2
5
+updates:
6
+ # Enable version updates for npm
7
+ - package-ecosystem: "npm"
8
+ directory: "/"
9
+ schedule:
10
+ interval: "weekly"
11
+ day: sunday
12
13
+ # Enable version updates for GitHub Actions
14
+ - package-ecosystem: "github-actions"
15
+ # Workflow files stored in the default location of `.github/workflows`
16
+ # You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
17
18
19
20
21
22
+ - package-ecosystem: "gitsubmodule"
23
24
25
+ interval: weekly
26
27
+ labels: [ ]
0 commit comments