From 88eeadefe61495f080757fe31db6708d0a91cb97 Mon Sep 17 00:00:00 2001 From: Yuta Hiroto Date: Wed, 8 Jan 2025 08:23:20 +0900 Subject: [PATCH] feat(site): add renovcate to code-quality-automation.md --- .../site/src/features/code-quality-automation.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.internal/site/src/features/code-quality-automation.md b/.internal/site/src/features/code-quality-automation.md index 3b20f5c..6f50cee 100644 --- a/.internal/site/src/features/code-quality-automation.md +++ b/.internal/site/src/features/code-quality-automation.md @@ -1,8 +1,10 @@ # Code Quality Automation -| | | | | | -| :-------------------------------------------------------: | :-------------------------------------------------------------: | :---------------------------------------------------------: | :---------------------------------------------------------------------: | --------------------------------------------------------------- | -| biome | prettier | prisma | editorconfig | lefthook | +| | | | | | | +| :-------------------------------------------------------: | :-------------------------------------------------------------: | :---------------------------------------------------------: | :---------------------------------------------------------------------: | --------------------------------------------------------------- | --------------------------------------------------------------- | +| biome | prettier | prisma | editorconfig | lefthook | renovate | + +### Code Quality This template primarily utilizes Biome, with Prettier also playing a complementary role. Actually, both library the same purpose, but Biome cannot format Markdown and YAML files, which is why both are used. @@ -29,3 +31,7 @@ No Configuration File. ### Prisma No Configuration File. + +### Renovate + +<<< ../../../../renovate.json