2 Commits

Author SHA1 Message Date
Renovate Bot
22b25c05c4 chore(deps): update dependency @vitejs/plugin-react to v6
Some checks failed
renovate/artifacts Artifact file update failure
2026-03-13 00:00:47 +00:00
Renovate Bot
83fed13e56 Add renovate.json
Some checks failed
Release / Release (push) Has been cancelled
Release / Build & Push Docker Image (push) Has been cancelled
Stale Issues / stale (push) Successful in 2m59s
Nightly Build / Build Nightly Image (push) Has been skipped
2026-02-27 17:43:26 +00:00
3 changed files with 34 additions and 36 deletions

32
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,32 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"
open-pull-requests-limit: 5
reviewers:
- "tuan-dat-tran"
labels:
- "dependencies"
commit-message:
prefix: "deps"
include: "scope"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"
open-pull-requests-limit: 3
reviewers:
- "tuan-dat-tran"
labels:
- "dependencies"
- "github-actions"
commit-message:
prefix: "ci"
include: "scope"

View File

@@ -51,7 +51,7 @@
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"@vitejs/plugin-react": "^6.0.0",
"@vitest/coverage-v8": "^4.0.18",
"autoprefixer": "^10.4.24",
"better-sqlite3": "^12.6.2",

View File

@@ -1,37 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"timezone": "Europe/Berlin",
"schedule": ["on monday before 10:00am"],
"prConcurrentLimit": 5,
"prHourlyLimit": 2,
"labels": ["dependencies"],
"commitMessagePrefix": "deps",
"commitMessageAction": "update",
"packageRules": [
{
"matchManagers": ["npm"],
"rangeStrategy": "bump",
"semanticCommitType": "deps",
"semanticCommitScope": "{{packageFileDir}}"
},
{
"matchManagers": ["github-actions"],
"semanticCommitType": "ci",
"semanticCommitScope": "actions",
"groupName": "github-actions"
},
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
],
"lockFileMaintenance": {
"enabled": true,
"schedule": ["on the first day of the month"]
},
"postUpdateOptions": ["npmDedupe"]
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}