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 ee2a470 commit 7fabc09Copy full SHA for 7fabc09
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+version: 2
2
+updates:
3
+ # Manage npm dependencies in the top-level package.json
4
+ - package-ecosystem: "npm"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+
9
+ # Manage GitHub Actions dependencies
10
+ - package-ecosystem: "github-actions"
11
12
13
0 commit comments