]> cat aescling's git repositories - mastodon.git/commitdiff
Update dependabot.yml (Fix #13939) (#13990)
authorShlee <github@shl.ee>
Sat, 6 Jun 2020 15:41:31 +0000 (23:41 +0800)
committerGitHub <noreply@github.com>
Sat, 6 Jun 2020 15:41:31 +0000 (17:41 +0200)
* Update dependabot.yml

* Update dependabot.yml

.github/dependabot.yml

index 7051d54990c3557acdbb827352dbd83fd5fe5dd0..6b47350a4dd29ee794229388e143be64fd3db9f8 100644 (file)
@@ -1,18 +1,22 @@
+# To get started with Dependabot version updates, you'll need to specify which
+# package ecosystems to update and where the package manifests are located.
+# Please see the documentation for all configuration options:
+# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+
 version: 2
 updates:
+  - package-ecosystem: npm
+    directory: "/"
+    schedule:
+      interval: weekly
+    open-pull-requests-limit: 99
+    allow:
+      - dependency-type: all
 
-- package-ecosystem: npm
-  directory: "/"
-  schedule:
-    interval: weekly
-  open-pull-requests-limit: 99
-  allow:
-  - dependency-type: all
-  
-- package-ecosystem: bundler
-  directory: "/"
-  schedule:
-    interval: weekly
-  open-pull-requests-limit: 99
-  allow:
-  - dependency-type: all
+  - package-ecosystem: bundler
+    directory: "/"
+    schedule:
+      interval: weekly
+    open-pull-requests-limit: 99
+    allow:
+      - dependency-type: all