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 c6272b4 commit 687bd66Copy full SHA for 687bd66
.github/dependabot.yml
@@ -0,0 +1,14 @@
1
+# Dependabot dependency updates
2
+# Docs: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3
+
4
+version: 2
5
+updates:
6
+ - package-ecosystem: "npm"
7
+ # Location of package-lock.json
8
+ directory: "/"
9
+ # Check daily for updates
10
+ schedule:
11
+ interval: "daily"
12
+ commit-message:
13
+ # Set commit message prefix
14
+ prefix: "refactor"
0 commit comments