Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
description: ['Use the config preset for the .github repository'],
extends: ['github>marcusrbrown/renovate-config#4.5.9'],
postUpgradeTasks: {
commands: ['npx prettier@3.9.1 --no-color --write .'],
commands: ['npx prettier@3.9.3 --no-color --write .'],
executionMode: 'branch',
},
prCreation: 'immediate',
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: 💅🏽 Run Prettier
uses: creyD/prettier_action@31355f8eef017f8aeba2e0bc09d8502b13dbbad1 # v4.3
env:
PRETTIER_VERSION: 3.9.1 # renovate: datasource=npm depName=prettier
PRETTIER_VERSION: 3.9.3 # renovate: datasource=npm depName=prettier
with:
prettier_options: --check .
prettier_version: ${{ env.PRETTIER_VERSION }}
Loading