Skip to content

chore: Configure Renovate#65

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/configure
Open

chore: Configure Renovate#65
renovate[bot] wants to merge 1 commit intomainfrom
renovate/configure

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Mar 1, 2026

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • docker-compose.repositories.yml (docker-compose)
  • docker-compose.ssh.yml (docker-compose)
  • docker-compose.yml (docker-compose)
  • client/Dockerfile (dockerfile)
  • server/Dockerfile (dockerfile)
  • .github/workflows/ci.yml (github-actions)
  • client/package.json (npm)
  • package.json (npm)
  • server/package.json (npm)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Hopefully safe environment variables to allow users to configure.
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Ensure that every dependency pinned by digest and sourced from GitHub.com contains a link to the commit-to-commit diff
  • Correctly link to the source code for golang.org/x packages
  • Link to pkg.go.dev/... for golang.org/x packages' title

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 20 Pull Requests:

chore(deps): update dependency nodemon to v3.1.14
  • Schedule: ["at any time"]
  • Branch name: renovate/nodemon-3.x-lockfile
  • Merge into: main
  • Upgrade nodemon to 3.1.14
chore(deps): update dependency typescript-eslint to v8.56.1
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-eslint-monorepo
  • Merge into: main
  • Upgrade typescript-eslint to 8.56.1
chore(deps): update eslint monorepo to v9.39.3
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-monorepo
  • Merge into: main
  • Upgrade @eslint/js to 9.39.3
  • Upgrade eslint to 9.39.3
fix(deps): update dependency axios to v1.13.6
  • Schedule: ["at any time"]
  • Branch name: renovate/axios-1.x
  • Merge into: main
  • Upgrade axios to 1.13.6
chore(deps): update dependency @​types/node to v25.3.3
  • Schedule: ["at any time"]
  • Branch name: renovate/node-25.x
  • Merge into: main
  • Upgrade @types/node to 25.3.3
chore(deps): update dependency eslint-plugin-react-refresh to v0.5.2
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-react-refresh-0.x
  • Merge into: main
  • Upgrade eslint-plugin-react-refresh to 0.5.2
chore(deps): update dependency globals to v17.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/globals-17.x
  • Merge into: main
  • Upgrade globals to 17.4.0
chore(deps): update dependency lint-staged to v16.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/lint-staged-16.x-lockfile
  • Merge into: main
  • Upgrade lint-staged to 16.3.1
chore(deps): update dependency multer to v2.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/multer-2.x-lockfile
  • Merge into: main
  • Upgrade multer to 2.1.0
chore(deps): update nginx docker tag to v1.29
  • Schedule: ["at any time"]
  • Branch name: renovate/nginx-1.x
  • Merge into: main
  • Upgrade nginx to 1.29-alpine
chore(deps): update tailwindcss monorepo to v4.2.1
  • Schedule: ["at any time"]
  • Branch name: renovate/tailwindcss-monorepo
  • Merge into: main
  • Upgrade @tailwindcss/vite to 4.2.1
  • Upgrade tailwindcss to 4.2.1
fix(deps): update dependency lucide-react to v0.575.0
  • Schedule: ["at any time"]
  • Branch name: renovate/lucide-monorepo
  • Merge into: main
  • Upgrade lucide-react to 0.575.0
fix(deps): update dependency simple-git to v3.32.3
  • Schedule: ["at any time"]
  • Branch name: renovate/simple-git-3.x
  • Merge into: main
  • Upgrade simple-git to 3.32.3
fix(deps): update dependency tailwind-merge to v3.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tailwind-merge-3.x
  • Merge into: main
  • Upgrade tailwind-merge to 3.5.0
fix(deps): update tanstack-router monorepo
chore(deps): update actions/upload-artifact action to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/major-github-artifact-actions
  • Merge into: main
  • Upgrade actions/upload-artifact to v7
chore(deps): update dependency @​types/supertest to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/supertest-7.x
  • Merge into: main
  • Upgrade @types/supertest to ^7.0.0
chore(deps): update dependency jsdom to v28
  • Schedule: ["at any time"]
  • Branch name: renovate/jsdom-28.x
  • Merge into: main
  • Upgrade jsdom to 28.1.0
chore(deps): update eslint monorepo to v10 (major)
  • Schedule: ["at any time"]
  • Branch name: renovate/major-eslint-monorepo
  • Merge into: main
  • Upgrade @eslint/js to 10.0.1
  • Upgrade eslint to ^10.0.0
chore(deps): update node.js to v24
  • Schedule: ["at any time"]
  • Branch name: renovate/node-24.x
  • Merge into: main
  • Upgrade node to 24-alpine

🚸 PR creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prHourlyLimit for details.


❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 1, 2026

Coverage after merging renovate/configure into main will be

72.56%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   db.ts100%100%100%100%
src/db
   cache.ts61.95%55.17%71.43%66.76%101, 101, 101–103, 105, 108, 108, 108, 108, 108–109, 109, 109, 111, 111, 111–113, 115, 118–119, 119, 119, 119, 119, 122, 122, 122–124, 126, 130–132, 134, 134, 134, 136, 136, 136–138, 140, 143, 147–148, 148, 148–149, 152–153, 157, 157, 159, 180, 190, 198, 198, 201, 201, 201–203, 205, 215, 227–228, 236, 259, 269, 277, 277, 280, 280, 280–282, 284, 294, 309–310, 318, 341, 351, 359, 359, 362, 362, 362–364, 366, 376, 391–392, 400, 42, 423, 433, 441, 441, 444, 444, 444–446, 448, 458, 473–474, 482, 492, 495, 498, 501, 504, 507, 511–513, 513, 513–514, 521, 524, 527, 530, 533, 536, 539–540, 569, 578, 578, 578, 578, 578, 581–583, 587–589, 591, 591, 591, 593–595, 598, 609, 632, 642, 650, 650, 653, 653, 653–655, 657, 667, 682–683, 691, 706, 708–709, 709, 709–710, 712–713, 715, 715, 715–716, 720, 723, 723, 723, 723, 723, 725–727, 730, 730, 730, 730, 730–731, 731, 731, 733–735, 738–739, 739, 739, 739, 739, 742–744, 748–750, 752, 752, 752, 754–756, 759, 773–774, 774, 774–775, 777, 779–780, 785, 785, 787, 796–797, 797, 797–798, 800–801, 801, 801–803, 85, 88–89, 91, 91, 91–92, 96, 99, 99, 99, 99, 99
   database.ts60.93%61.70%53.85%61.11%104–106, 110–111, 115–116, 120–121, 125–126, 129–130, 133–134, 137–138, 141–142, 145–146, 149–150, 153–154, 157–158, 165–166, 169–170, 173–175, 204, 207, 231, 233, 233, 233, 233, 233, 235, 237, 237, 240–242, 244–245, 251, 253, 253, 253, 253, 253, 255–257, 257, 257–259, 263–265, 265, 265, 269–271, 273–274, 47–48, 67, 70, 8
   fileUtils.ts75%83.33%100%66.67%22–24, 30
   projects.ts80.23%72.73%83.33%82.61%12–13, 16–17, 38, 78, 81–83, 83, 83–85, 89
   repositories.ts78.13%66.67%81.25%84%100–101, 101, 101, 103, 103, 103–105, 109, 18–19, 24–25, 60, 74, 96, 99
   settings.ts94.44%91.11%100%100%41–44
src/git
   busFactor.ts67.49%60.61%52.17%73.46%104–106, 106, 106–107, 112, 125, 127, 129, 162, 169, 174, 182, 184, 184, 184–185, 187, 210, 215, 220–221, 230, 237–240, 265, 274, 286, 288–289, 295–297, 300, 305, 308, 35, 350–351, 367–369, 37, 370, 389, 40, 409–410, 415–416, 418–419, 422–424, 427, 427, 427–428, 43, 436–438, 438, 438–439, 439, 44, 442, 450, 450, 450–451, 459–461, 461, 461–462, 462, 465, 473, 473, 473–474, 482–484, 484, 484–485, 485, 488, 495, 501–503, 505–506, 508–509, 512, 526, 54, 57
   codebaseHealth.ts66.40%60.34%59.52%71.23%103, 109–110, 114, 134, 155–157, 157, 157–159, 159, 159–160, 174, 174–177, 177, 177, 177, 179, 179, 179–182, 189–191, 196, 196–198, 198, 198–200, 208–211, 248, 253, 256–257, 267, 317–318, 321, 328, 330, 334, 334–335, 335, 338, 340–341, 349–350, 350, 350, 354, 358, 379, 389, 403–404, 419–421, 421, 421–422, 422, 422, 429–430, 430, 430–431, 431, 431–433, 433, 433, 435, 444, 444, 444, 444, 444, 448, 451, 453, 465–466, 469, 469–471, 474, 486–487, 504–505, 522, 533–534, 539, 570–571, 587–590, 609, 62, 622–624, 627–629, 632–634, 634, 634, 638–640, 642, 642, 647–649, 651, 661, 667, 670–672, 675–677, 680, 687, 86
   coverage.ts24.10%13.79%66.67%27.45%101, 106–110, 113–114, 114, 29–32, 34, 42–44, 47, 54, 59, 59, 59–60, 60, 60, 60, 60–62, 62, 62–63, 73–74, 76–78, 80–82, 82, 82–86,

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 1, 2026

Coverage after merging renovate/configure into main will be

69.14%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   api.ts29.48%6.76%27.50%42.34%1022, 1025, 1025–1026, 1026, 1030, 1034, 1034, 1034–1035, 1035, 1035, 1035, 1035, 1035, 1043, 1047–1048, 1048, 1048–1049, 1053–1056, 1059, 1061, 1061, 1061, 1061, 1061–1064, 1064, 1064–1066, 1066, 1066, 1070–1071, 1076–1078, 1084, 1087, 1094–1095, 1095, 1097, 1101–1102, 1121, 1127–1128, 1134, 1134, 1134–1135, 1168–1169, 1173–1174, 1178, 1181, 1185–1186, 159, 192, 215–216, 225–228, 228, 228–229, 231, 231, 231–232, 234, 239, 244, 254, 257, 257–258, 258, 261, 268–269, 269, 271, 372, 375, 378, 378–379, 379, 382, 407, 409–410, 410, 412, 485, 488, 488–489, 489, 492, 499–500, 500, 502, 610, 613, 613–614, 614, 617, 624–625, 625, 627, 724, 727, 727–728, 728, 731, 738–739, 739, 741, 829, 832, 832–833, 833, 836, 843–844, 844, 846
src/components
   AIInsightsPanel.tsx37.11%28.36%40%60%103, 103, 103, 103, 103, 106–107, 118, 118, 124, 124, 132, 132, 140, 140, 151, 151, 151, 151, 156, 156, 156, 156, 161, 161, 36, 36–37, 37, 41, 41, 43, 47–48, 58, 63, 63, 63, 63, 63–65, 69, 69, 69, 75, 79, 79, 85, 85, 88, 88, 91, 91, 91, 91, 94–95
   AddRepoModal.tsx54.01%64.44%29.03%52.59%103–104, 108, 110, 110, 110, 110, 110–111, 113–114, 119, 119, 119–120, 125–127, 127, 127–128, 133–135, 139–140, 142, 142, 142–143, 148–150, 152, 152, 152, 152, 152, 154–155, 155, 155, 155, 155–157, 174, 178, 182, 192–193, 219, 224, 243–244, 246–247, 272–273, 291–292, 294–295, 312, 319, 32–33, 339, 34, 373–374, 39, 47, 65, 73–75, 80–82, 92, 92, 92, 92, 95, 95–96
   AuthorList.tsx100%100%100%100%
   SummaryCards.tsx100%100%100%100%
src/components/busFactor
   BusFactorAndOwnership.tsx63.38%58.33%80%69.23%104, 106, 106, 115, 117, 117, 177, 177, 177–178, 178, 178, 180, 221, 223, 223, 327, 329, 37, 383, 385, 94, 96, 96
   BusFactorAndOwnershipView.tsx70.90%70.21%87.50%69.62%100, 102, 105–106, 110, 110, 110–111, 114–116, 118–120, 123, 123, 123, 123, 127, 129–130, 148, 42–43, 71, 77, 91, 91, 91, 91, 91–92, 96–98, 98, 98–99
src/components/common
   ConfirmationDialog.tsx100%100%100%100%
   RecalculateButton.tsx100%100%100%100%
   riskUtils.ts100%100%100%100%
src/components/crossRepo
   CrossRepoAnalyticsPortfolioView.tsx79.94%71.09%76.92%87.15%120, 125, 139, 143, 149, 155, 186–187, 198–202, 202, 202, 204–206, 229–230, 270, 272–274, 274, 274, 276–277, 279, 279, 279–280, 282, 302, 304, 314, 334, 334, 336, 336, 355–356, 362, 362, 387–388, 397, 448, 502, 509, 512, 530, 621, 655, 677, 685, 700, 700, 840, 92
src/context
   AppContext.tsx46%100%37.50%47.62%29–30, 41–43, 45, 50–52, 54, 59–61, 63, 68–70, 72, 77–79, 81
   NotificationContext.tsx68.27%56.67%70%74.07%126, 134, 139, 147, 152, 160, 173, 39–42, 51, 64–67, 67, 67–68, 71–72, 72, 72–73, 73, 94–95
   OllamaContext.tsx100%100%100%100%
   context.ts100%100%100%100%
src/hooks
   useApp.ts71.43%50%100%75%10–11
   useOllama.ts100%100%100%100%
   useOllamaSettings.ts87.91%54.55%100%98.36%103, 109, 134, 37, 56, 64–65, 71, 71, 71, 90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants