From 2ba660572a9f140f18591b9fb37f239e60074f67 Mon Sep 17 00:00:00 2001 From: mmkal Date: Thu, 24 Sep 2020 21:29:49 -0400 Subject: [PATCH] disable renovate again enabling will need a more automated changefile flow --- .github/workflows/post-renovate.yml | 33 ----------------------------- renovate.json | 10 +-------- 2 files changed, 1 insertion(+), 42 deletions(-) delete mode 100644 .github/workflows/post-renovate.yml diff --git a/.github/workflows/post-renovate.yml b/.github/workflows/post-renovate.yml deleted file mode 100644 index e5972572..00000000 --- a/.github/workflows/post-renovate.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: renovate post-upgrade - -on: - push: - branches: - - 'renovate/**' - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 - with: - node-version: 12 - - run: | - git config --global user.email "${{ github.actor }}@users.noreply.github.com" - git config --global user.name "${{ github.actor }}" - git remote set-url origin "https://${{ github.actor }}:${{ secrets.GH_CI_TOKEN }}@github.com/${{ github.repository }}.git" - - node common/scripts/install-run-rush update - - LOCKFILE=common/config/rush/pnpm-lock.yaml - GIT_STATUS=$(git status --porcelain | grep "M $LOCKFILE") - - if [ -z "$GIT_STATUS" ]; then - echo "no changes made" - else - git add $LOCKFILE - git commit -m "build: rush update result" - remote_repo="https://${{ github.actor }}:${{ secrets.GH_CI_TOKEN }}@github.com/${{ github.repository }}.git" - git push "${remote_repo}" - fi diff --git a/renovate.json b/renovate.json index 90886ad0..a4a42430 100644 --- a/renovate.json +++ b/renovate.json @@ -1,18 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "enabled": true, + "enabled": false, "extends": [ "config:base", ":semanticCommits" ], - "postUpgradeTasks": { - "commands": [ - "node common/scripts/install-run-rush.js update" - ], - "fileFilters": [ - "common/config/rush/pnpm-lock.yaml" - ] - }, "prConcurrentLimit": 3, "packageRules": [ {