From 011df67bf6af00e0bfcaf891d669c62e0e1319d9 Mon Sep 17 00:00:00 2001 From: anatoleam Date: Tue, 5 Dec 2023 20:52:07 -0600 Subject: [PATCH] Disable dependabot --- .github/dependabot.yml | 23 ++--------------------- .github/workflows/ci.yaml | 18 +++++++++--------- .github/workflows/crowdin-download.yaml | 2 -- 3 files changed, 11 insertions(+), 32 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d9683481..d334c1a1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,20 +2,9 @@ version: 2 updates: # Fetch and update latest `npm` packages - package-ecosystem: npm + open-pull-requests-limit: 0 directory: "/" target-branch: dev - schedule: - interval: daily - time: "00:00" - open-pull-requests-limit: 10 - reviewers: - - troydota - assignees: - - troydota - commit-message: - prefix: fix - prefix-development: chore - include: scope # Fetch and update latest `github-actions` pkgs - package-ecosystem: github-actions directory: "/" @@ -23,12 +12,4 @@ updates: schedule: interval: daily time: "00:00" - open-pull-requests-limit: 10 - reviewers: - - troydota - assignees: - - troydota - commit-message: - prefix: fix - prefix-development: chore - include: scope + open-pull-requests-limit: 0 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fec21e44..a77103bc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,21 +13,21 @@ on: - labeled workflow_dispatch: inputs: - deploy: - description: "Which environment to deploy to" - required: true - default: "none" - type: choice - options: - - prod - - test + deploy: + description: "Which environment to deploy to" + required: true + default: "none" + type: choice + options: + - prod + - stage concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true env: - DEPLOY: ${{ (inputs.deploy != 'none' && inputs.deploy) || ((github.event_name == 'workflow_dispatch' && github.event.inputs.deploy == 'prod') || (github.event_name == 'push' && github.ref_type == 'branch' && github.ref_name == 'master') && 'prod') || ((github.event_name == 'workflow_dispatch' && github.event.inputs.deploy == 'stage') || (github.event_name == 'push' && github.ref_type == 'branch' && github.ref_name == 'dev') || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'staged')) && 'test') || 'none' }} + DEPLOY: ${{ (inputs.deploy != 'none' && inputs.deploy) || ((github.event_name == 'workflow_dispatch' && github.event.inputs.deploy == 'prod') || (github.event_name == 'push' && github.ref_type == 'branch' && github.ref_name == 'master') && 'prod') || ((github.event_name == 'workflow_dispatch' && github.event.inputs.deploy == 'stage') || (github.event_name == 'push' && github.ref_type == 'branch' && github.ref_name == 'dev' && 'stage') || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'staged')) && 'stage') || 'none' }} jobs: ci: diff --git a/.github/workflows/crowdin-download.yaml b/.github/workflows/crowdin-download.yaml index b5b52cd6..e1711109 100644 --- a/.github/workflows/crowdin-download.yaml +++ b/.github/workflows/crowdin-download.yaml @@ -2,8 +2,6 @@ name: Crowdin Download Translations on: workflow_dispatch: - schedule: - - cron: "0 */6 * * *" jobs: download: