Skip to content

Commit ae5d0c6

Browse files
authored
ci: fix "Update Prettier" workflow (#284)
* ci: fix branch name for "Update Prettier" workflow The workflow broke when we switched from Dependabot to Renovate * build(deps): pin prettier version
1 parent 695fddf commit ae5d0c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update Prettier
22
"on":
33
push:
44
branches:
5-
- dependabot/npm_and_yarn/prettier-*
5+
- renovate/prettier-*
66
jobs:
77
update_prettier:
88
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/node": "^14.0.4",
3939
"fetch-mock": "^9.0.0",
4040
"jest": "^27.0.0",
41-
"prettier": "^2.0.0",
41+
"prettier": "2.3.0",
4242
"semantic-release": "^17.0.0",
4343
"semantic-release-plugin-update-version-in-files": "^1.0.0",
4444
"ts-jest": "^27.0.0-next.12",

0 commit comments

Comments
 (0)