We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 046b2a4 commit 9474324Copy full SHA for 9474324
2 files changed
.github/workflows/update-prettier.yml
@@ -2,7 +2,7 @@ name: Update Prettier
2
"on":
3
push:
4
branches:
5
- - dependabot/npm_and_yarn/prettier-*
+ - renovate/prettier-*
6
jobs:
7
update_prettier:
8
runs-on: ubuntu-latest
package.json
@@ -33,7 +33,7 @@
33
"@types/node": "^14.0.0",
34
"fetch-mock": "^9.0.0",
35
"jest": "^27.0.0",
36
- "prettier": "^2.0.1",
+ "prettier": "2.3.0",
37
"semantic-release": "^17.0.0",
38
"semantic-release-plugin-update-version-in-files": "^1.0.0",
39
"ts-jest": "^27.0.0-next.12",
0 commit comments