aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShlee <github@shl.ee>2020-06-05 21:24:01 +0800
committerGitHub <noreply@github.com>2020-06-05 15:24:01 +0200
commita415f44fd178c14bacae2812c68e6779772d06e8 (patch)
treed20bd1ace35bda4e94c0317c72e3b3bdf4302cf2
parentbf6745b9c326e64b819a381a0558cc87c99be4be (diff)
downloadmastodon-a415f44fd178c14bacae2812c68e6779772d06e8.tar
mastodon-a415f44fd178c14bacae2812c68e6779772d06e8.tar.gz
mastodon-a415f44fd178c14bacae2812c68e6779772d06e8.tar.bz2
mastodon-a415f44fd178c14bacae2812c68e6779772d06e8.zip
Update Dependabot config (#13939)
* Delete config.yml * Create dependabot.yml
-rw-r--r--.dependabot/config.yml28
-rw-r--r--.github/dependabot.yml18
2 files changed, 18 insertions, 28 deletions
diff --git a/.dependabot/config.yml b/.dependabot/config.yml
deleted file mode 100644
index 06df775c2..000000000
--- a/.dependabot/config.yml
+++ /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
index 000000000..7051d5499
--- /dev/null
+++ b/.github/dependabot.yml
@@ -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