Skip to content

Commit dc49630

Browse files
authored
feat: update pr creation strategy using renovata for high confidence score (#118)
1 parent f60efb3 commit dc49630

10 files changed

Lines changed: 92 additions & 1478 deletions

File tree

.github/workflows/renovate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ jobs:
2828
env:
2929
LOG_LEVEL: debug
3030
RENOVATE_REPOSITORIES: ${{ github.repository }}
31+
MEND_RNV_MC_TOKEN: ${{ secrets.MEND_RNV_MC_TOKEN }}

ARCHITECTURE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ interface TemplateManifest {
278278
{
279279
// Runtime
280280
'vite': '^6.0.7',
281-
'@vitejs/plugin-react': '^4.3.4',
281+
'@vitejs/plugin-react': '^5.0.0',
282282
'next': '^16.1.6',
283283
'react': '^19.0.0',
284284
'react-dom': '^19.0.0',
@@ -679,12 +679,14 @@ npm run test:coverage # Coverage report
679679
Options are conditional based on runtime:
680680

681681
**Vite (4 options)**:
682+
682683
- `tailwind` — Tailwind CSS v4 (recommended)
683684
- `styled-components` — CSS-in-JS
684685
- `css-modules` — Scoped CSS
685686
- `css` — Plain CSS
686687

687688
**Next.js**:
689+
688690
- `tailwind` — Auto-selected (recommended for App Router)
689691

690692
### State Management

CODE_QUALITY.md

Lines changed: 0 additions & 308 deletions
This file was deleted.

0 commit comments

Comments
 (0)