We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a835af + 59f350c commit 949ccdeCopy full SHA for 949ccde
.github/dependabot.yml
@@ -0,0 +1,16 @@
1
+# To get started with Dependabot version updates, you'll need to specify which
2
+# package ecosystems to update and where the package manifests are located.
3
+# Please see the documentation for all configuration options:
4
+# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
+
6
+version: 2
7
+# PR limit is set to zero to get only security updates
8
+# Ref https://github.com/dependabot/dependabot-core/issues/2521#issuecomment-863261500
9
+updates:
10
+ - package-ecosystem: npm
11
+ directory: "/"
12
+ schedule:
13
+ interval: "daily"
14
+ open-pull-requests-limit: 0 # in case you don't want to enable version updates
15
+ allow:
16
+ - dependency-type: "production"
0 commit comments