From ba7eb30f97def2cb90706d432f8c40ef4e1ef2d3 Mon Sep 17 00:00:00 2001 From: arvinxx <arvinx@foxmail.com> Date: Tue, 14 Sep 2021 06:51:56 +0800 Subject: [PATCH] =?UTF-8?q?:fire:=20chore:=20=E6=B8=85=E7=90=86=20bot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index c306120..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,14 +0,0 @@ -# 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' # See documentation for possible values - directory: '/' # Location of package manifests - open-pull-requests-limit: 20 - schedule: - interval: 'daily' - time: '19:00' - timezone: 'Asia/Shanghai'