We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc91d9 commit ca7d448Copy full SHA for ca7d448
.github/dependabot.yml
@@ -0,0 +1,17 @@
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"
15
+ # Define dependencies to update
16
+ allow:
17
+ - dependency-name: "parse-server"
0 commit comments