We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9ec1e commit 2baee18Copy full SHA for 2baee18
.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
workflow_dispatch: {}
7
jobs:
8
update_prettier:
package.json
@@ -35,7 +35,7 @@
35
"@types/node": "^14.14.32",
36
"fetch-mock": "^9.11.0",
37
"jest": "^27.0.0",
38
- "prettier": "^2.2.1",
+ "prettier": "2.3.0",
39
"semantic-release": "^17.4.1",
40
"semantic-release-plugin-update-version-in-files": "^1.1.0",
41
"ts-jest": "^27.0.0-next.12",
0 commit comments