From: Shlee Date: Sat, 6 Jun 2020 15:41:31 +0000 (+0800) Subject: Update dependabot.yml (Fix #13939) (#13990) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=ef15aa43c754f59a7acba18eb284055d4b84d9ae;p=mastodon.git Update dependabot.yml (Fix #13939) (#13990) * Update dependabot.yml * Update dependabot.yml --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7051d5499..6b47350a4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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