We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a0203 commit 656f1c7Copy full SHA for 656f1c7
.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