From a2e40184ac455241498381f89c40e6b54e5d3163 Mon Sep 17 00:00:00 2001 From: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Date: Sun, 30 May 2021 19:36:11 -0400 Subject: [PATCH] ci: fix "Update Prettier" workflow (#183) --- .github/workflows/update-prettier.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-prettier.yml b/.github/workflows/update-prettier.yml index 99f2e2b..0485c87 100644 --- a/.github/workflows/update-prettier.yml +++ b/.github/workflows/update-prettier.yml @@ -2,7 +2,7 @@ name: Update Prettier "on": push: branches: - - dependabot/npm_and_yarn/prettier-* + - renovate/prettier-* jobs: update_prettier: runs-on: ubuntu-latest diff --git a/package.json b/package.json index 1910850..fc5f45e 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@types/node": "^14.0.4", "fetch-mock": "^9.0.0", "jest": "^27.0.0", - "prettier": "^2.0.1", + "prettier": "2.3.0", "semantic-release": "^17.0.0", "semantic-release-plugin-update-version-in-files": "^1.0.0", "ts-jest": "^27.0.0-next.12",