From 0dbac8c9023b7dd290b892e3b6709014119357bf Mon Sep 17 00:00:00 2001 From: Saran Tanpituckpong Date: Sun, 29 Nov 2020 17:55:53 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20Dependabot=20config=20&?= =?UTF-8?q?=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 15 --------------- .github/workflows/dependabot.yml | 31 ------------------------------- 2 files changed, 46 deletions(-) delete mode 100644 .github/dependabot.yml delete mode 100644 .github/workflows/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 470f422..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,15 +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 - schedule: - interval: "weekly" - day: "saturday" - timezone: "Asia/Bangkok" - assignees: - - "gluons" diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml deleted file mode 100644 index 0ec7fb0..0000000 --- a/.github/workflows/dependabot.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Dependabot Automerge PR -on: - pull_request: - types: - - labeled - - unlabeled - - synchronize - - opened - - edited - - ready_for_review - - reopened - - unlocked - branches: - - master - check_suite: - types: - - completed - status: {} - -jobs: - automerge: - name: Dependabot Automerge - runs-on: ubuntu-latest - if: github.actor == 'dependabot[bot]' - env: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - MERGE_LABELS: "dependencies" - MERGE_COMMIT_MESSAGE: "🔀 Automerge pull request #${{ github.event.pull_request.number }}" - steps: - - name: Automerge - uses: pascalgn/automerge-action@v0.12.0