]> cat aescling's git repositories - mastodon.git/commitdiff
Update Dependabot config (#13939)
authorShlee <github@shl.ee>
Fri, 5 Jun 2020 13:24:01 +0000 (21:24 +0800)
committerGitHub <noreply@github.com>
Fri, 5 Jun 2020 13:24:01 +0000 (15:24 +0200)
* Delete config.yml

* Create dependabot.yml

.dependabot/config.yml [deleted file]
.github/dependabot.yml [new file with mode: 0644]

diff --git a/.dependabot/config.yml b/.dependabot/config.yml
deleted file mode 100644 (file)
index 06df775..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-version: 1
-
-update_configs:
-  - package_manager: "ruby:bundler"
-    directory: "/"
-    update_schedule: "weekly"
-    # Supported update schedule: live daily weekly monthly
-    version_requirement_updates: "auto"
-    # Supported version requirements: auto widen_ranges increase_versions increase_versions_if_necessary
-    allowed_updates:
-      - match:
-          dependency_type: "all"
-          # Supported dependency types: all indirect direct production development
-          update_type: "all"
-          # Supported update types: all security
-
-  - package_manager: "javascript"
-    directory: "/"
-    update_schedule: "weekly"
-    # Supported update schedule: live daily weekly monthly
-    version_requirement_updates: "auto"
-    # Supported version requirements: auto widen_ranges increase_versions increase_versions_if_necessary
-    allowed_updates:
-      - match:
-          dependency_type: "all"
-          # Supported dependency types: all indirect direct production development
-          update_type: "all"
-          # Supported update types: all security
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..7051d54
--- /dev/null
@@ -0,0 +1,18 @@
+version: 2
+updates:
+
+- 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