Configure Renovate #1

Open
admin wants to merge 1 commits from renovate/configure into main
Owner

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.

📚 See our Reading List for relevant documentation you may be interested in reading.

🔡 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.


Detected Package Files

  • images/test-ubuntu-git.Dockerfile (dockerfile)
  • .github/workflows/check-dist.yml (github-actions)
  • .github/workflows/codeql-analysis.yml (github-actions)
  • .github/workflows/licensed.yml (github-actions)
  • .github/workflows/publish-immutable-actions.yml (github-actions)
  • .github/workflows/test.yml (github-actions)
  • .github/workflows/update-main-version.yml (github-actions)
  • .github/workflows/update-test-ubuntu-git.yml (github-actions)
  • package.json (npm)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • 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 Forgejo contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from Gitea contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitHub.com and Github enterprise contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitLab.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
  • Provide a link to octochangelog's improved breakdown for Renovate's changelogs

What to Expect

With your current configuration, Renovate will create 3 Pull Requests, up to a maximum of 8 over time (see docs for prConcurrentLimit):

Update dependency @​types/jest to v29.5.14
  • Schedule: ["at any time"]
  • Branch name: renovate/jest-monorepo
  • Merge into: main
  • Upgrade @types/jest to 29.5.14
Update dependency eslint to v9.39.5
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-monorepo
  • Merge into: main
  • Upgrade eslint to 9.39.5
Update dev-dependencies (non-major)
Update typescript-eslint monorepo to v8.70.0
Update dependency eslint to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/major-eslint-monorepo
  • Merge into: main
  • Upgrade eslint to sha512-NPXn6r5zl4uET1DAVPaOwzX3rut4c0wcmw3dWJAfOsTM5+TogXo0DDjz8pwm/hL8cyVNpHqeK4JpN0NjnyFFNw==
Update dependency js-yaml to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/js-yaml-5.x
  • Merge into: main
  • Upgrade js-yaml to sha512-28R/k+NAjeuf7+CKlTxWZVExJGwVVLwY06DgEnOMz2gEpfNkDcD7QvyiVPT0xy0XXhU8vHsd4Ot42OOPdJG7dQ==
Update dependency typescript to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-7.x
  • Merge into: main
  • Upgrade typescript to sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==
Update jest monorepo to v30
  • Schedule: ["at any time"]
  • Branch name: renovate/major-jest-monorepo
  • Merge into: main
  • Upgrade @types/jest to sha512-XTYugzhuwqWjws0CVz8QpM36+T+Dz5mTEBKhNs/esGLnCIlGdRy+Dq78NRjd7ls7r8BC8ZRMOrKlkO1hU0JOwA==
  • Upgrade jest to sha512-3qrR8+ZXFnn7y0H2yjWQNkGGBLBY4zTRoTMAq9zJcgwLLtlyonfsCLviIXK9xuE2KgIyM+M36AFcoK2DgFR36w==

🚸 PR creation will be limited to maximum 4 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 has been generated by Mend Renovate CLI.

Welcome to [Renovate](https://github.com/renovatebot/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. 📚 See our [Reading List](https://docs.renovatebot.com/reading-list/) for relevant documentation you may be interested in reading. 🔡 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. --- ### Detected Package Files * `images/test-ubuntu-git.Dockerfile` (dockerfile) * `.github/workflows/check-dist.yml` (github-actions) * `.github/workflows/codeql-analysis.yml` (github-actions) * `.github/workflows/licensed.yml` (github-actions) * `.github/workflows/publish-immutable-actions.yml` (github-actions) * `.github/workflows/test.yml` (github-actions) * `.github/workflows/update-main-version.yml` (github-actions) * `.github/workflows/update-test-ubuntu-git.yml` (github-actions) * `package.json` (npm) ### Configuration Summary Based on the default config's presets, Renovate will: - Start dependency updates only once this onboarding PR is merged - 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 Forgejo contains a link to the commit-to-commit diff - Ensure that every dependency pinned by digest and sourced from Gitea contains a link to the commit-to-commit diff - Ensure that every dependency pinned by digest and sourced from GitHub.com and Github enterprise contains a link to the commit-to-commit diff - Ensure that every dependency pinned by digest and sourced from GitLab.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 - Provide a link to octochangelog's improved breakdown for Renovate's changelogs --- ### What to Expect With your current configuration, Renovate will create 3 Pull Requests, up to a maximum of 8 over time (see [docs for `prConcurrentLimit`](https://docs.renovatebot.com/configuration-options/#prconcurrentlimit)): <details> <summary>Update dependency @&#8203;types/jest to v29.5.14</summary> - Schedule: ["at any time"] - Branch name: `renovate/jest-monorepo` - Merge into: `main` - Upgrade [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped) to `29.5.14` </details> <details> <summary>Update dependency eslint to v9.39.5</summary> - Schedule: ["at any time"] - Branch name: `renovate/eslint-monorepo` - Merge into: `main` - Upgrade [eslint](https://github.com/eslint/eslint) to `9.39.5` </details> <details> <summary>Update dev-dependencies (non-major)</summary> - Schedule: ["at any time"] - Branch name: `renovate/dev-dependencies-(non-major)` - Merge into: `main` - Upgrade [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) to `24.13.4` - Upgrade [@vercel/ncc](https://github.com/vercel/ncc) to `sha512-8zPi1yO2mHpoKTD+e+Bf0ZT3e+sWHSOyGapm9s7b5R0gxJi3CiFTqmeQiMEyu6ejrz2s09M8JkEoUaTWjBJPQQ==` - Upgrade [eslint-plugin-github](https://github.com/github/eslint-plugin-github) to `6.1.2` - Upgrade [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) to `29.16.6` - Upgrade [js-yaml](https://github.com/nodeca/js-yaml) to `4.3.2` - Upgrade [prettier](https://github.com/prettier/prettier) to `3.9.6` - Upgrade [ts-jest](https://github.com/kulshekhar/ts-jest) to `29.4.12` </details> <details> <summary>Update typescript-eslint monorepo to v8.70.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/typescript-eslint-monorepo` - Merge into: `main` - Upgrade [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint) to `8.70.0` - Upgrade [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint) to `8.70.0` </details> <details> <summary>Update dependency eslint to v10</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-eslint-monorepo` - Merge into: `main` - Upgrade [eslint](https://github.com/eslint/eslint) to `sha512-NPXn6r5zl4uET1DAVPaOwzX3rut4c0wcmw3dWJAfOsTM5+TogXo0DDjz8pwm/hL8cyVNpHqeK4JpN0NjnyFFNw==` </details> <details> <summary>Update dependency js-yaml to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/js-yaml-5.x` - Merge into: `main` - Upgrade [js-yaml](https://github.com/nodeca/js-yaml) to `sha512-28R/k+NAjeuf7+CKlTxWZVExJGwVVLwY06DgEnOMz2gEpfNkDcD7QvyiVPT0xy0XXhU8vHsd4Ot42OOPdJG7dQ==` </details> <details> <summary>Update dependency typescript to v7</summary> - Schedule: ["at any time"] - Branch name: `renovate/typescript-7.x` - Merge into: `main` - Upgrade [typescript](https://github.com/microsoft/TypeScript) to `sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==` </details> <details> <summary>Update jest monorepo to v30</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-jest-monorepo` - Merge into: `main` - Upgrade [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped) to `sha512-XTYugzhuwqWjws0CVz8QpM36+T+Dz5mTEBKhNs/esGLnCIlGdRy+Dq78NRjd7ls7r8BC8ZRMOrKlkO1hU0JOwA==` - Upgrade [jest](https://github.com/jestjs/jest) to `sha512-3qrR8+ZXFnn7y0H2yjWQNkGGBLBY4zTRoTMAq9zJcgwLLtlyonfsCLviIXK9xuE2KgIyM+M36AFcoK2DgFR36w==` </details> 🚸 PR creation will be limited to maximum 4 per hour, so it doesn't swamp any CI resources or overwhelm the project. See [docs for `prHourlyLimit`](https://docs.renovatebot.com/configuration-options/#prhourlylimit) for details. --- ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-config-hash:e80b4e42a3043bc12fa0640db4bac392d2bf770acf841360d7c8ceeeac2ec1a9-->
admin added 1 commit 2026-07-28 03:04:38 +00:00
Add renovate.json
Build and Test / test (ubuntu-latest) (pull_request) Failing after 54s
Build and Test / test-proxy (pull_request) Failing after 12s
Build and Test / test-git-container (pull_request) Failing after 15s
Build and Test / test-output (pull_request) Successful in 6s
Check dist / check-dist (pull_request) Successful in 44s
CodeQL / Analyze (javascript) (pull_request) Failing after 3s
Licensed / Check licenses (pull_request) Successful in 15s
Build and Test / build (pull_request) Failing after 38s
Build and Test / test-bypass-proxy (pull_request) Failing after 37s
Build and Test / test (macos-latest) (pull_request) Has been cancelled
Build and Test / test (windows-latest) (pull_request) Has been cancelled
fdf155a427
Some checks are pending
Build and Test / test (ubuntu-latest) (pull_request) Failing after 54s
Build and Test / test-proxy (pull_request) Failing after 12s
Build and Test / test-git-container (pull_request) Failing after 15s
Build and Test / test-output (pull_request) Successful in 6s
Check dist / check-dist (pull_request) Successful in 44s
CodeQL / Analyze (javascript) (pull_request) Failing after 3s
Licensed / Check licenses (pull_request) Successful in 15s
Build and Test / build (pull_request) Failing after 38s
Build and Test / test-bypass-proxy (pull_request) Failing after 37s
Build and Test / test (macos-latest) (pull_request) Has been cancelled
Build and Test / test (windows-latest) (pull_request) Has been cancelled
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/configure:renovate/configure
git checkout renovate/configure
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: actions/checkout#1