chore: 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

  • .devcontainer/devcontainer.json (devcontainer)
  • .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/release-new-action-version.yml (github-actions)
  • .github/workflows/test-proxy.yml (github-actions)
  • .github/workflows/test.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 13 over time (see docs for prConcurrentLimit):

chore(deps): update dependency @​actions/artifact to v6.2.1
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-artifact-6.x-lockfile
  • Merge into: main
  • Upgrade @actions/artifact to 6.2.1
chore(deps): update dependency @​actions/core to v3.0.1
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-core-3.x-lockfile
  • Merge into: main
  • Upgrade @actions/core to 3.0.1
chore(deps): 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
chore(deps): update dependency minimatch to v10.2.6
  • Schedule: ["at any time"]
  • Branch name: renovate/minimatch-10.x-lockfile
  • Merge into: main
  • Upgrade minimatch to 10.2.6
chore(deps): update dependency @​actions/github to v9.1.1
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-github-9.x-lockfile
  • Merge into: main
  • Upgrade @actions/github to 9.1.1
chore(deps): update dependency jest to v30.5.1
  • Schedule: ["at any time"]
  • Branch name: renovate/jest-monorepo
  • Merge into: main
  • Upgrade jest to 30.5.1
chore(deps): update dev-dependencies (non-major)
chore(deps): update typescript-eslint monorepo to v8.70.0
fix(deps): update dependency @​actions/glob to ^0.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-glob-0.x
  • Merge into: main
  • Upgrade @actions/glob to sha512-+7s3wM+cXapDLmLL1NVWHawqcJOZzXZy2df/VhNn8DnZtS/x83iTCKaUn9F0llur4h3CII0AilvKKH4CMPL8Gw==
chore(deps): update dependency concurrently to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/concurrently-10.x
  • Merge into: main
  • Upgrade concurrently to sha512-JaP/CoftUrCcAFW/g//RbgEGwlelnEae6cfBLgH6ZdO6s8jPkn6p9SB9u6pdVxYXoiSnFqseOlHfrEfF82TVOg==
chore(deps): 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==
chore(deps): 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==
chore(deps): update mcr.microsoft.com/devcontainers/typescript-node docker tag to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/mcr.microsoft.com-devcontainers-typescript-node-1.x
  • Merge into: main
  • Upgrade mcr.microsoft.com/devcontainers/typescript-node to 1-16

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


⚠️ Warning

Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this PR.

  • Failed to look up github-digest package actions/download-artifact: no-result

Files affected: .github/workflows/test.yml


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 * `.devcontainer/devcontainer.json` (devcontainer) * `.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/release-new-action-version.yml` (github-actions) * `.github/workflows/test-proxy.yml` (github-actions) * `.github/workflows/test.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 13 over time (see [docs for `prConcurrentLimit`](https://docs.renovatebot.com/configuration-options/#prconcurrentlimit)): <details> <summary>chore(deps): update dependency @&#8203;actions/artifact to v6.2.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-artifact-6.x-lockfile` - Merge into: `main` - Upgrade [@actions/artifact](https://github.com/actions/toolkit) to `6.2.1` </details> <details> <summary>chore(deps): update dependency @&#8203;actions/core to v3.0.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-core-3.x-lockfile` - Merge into: `main` - Upgrade [@actions/core](https://github.com/actions/toolkit) to `3.0.1` </details> <details> <summary>chore(deps): 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>chore(deps): update dependency minimatch to v10.2.6</summary> - Schedule: ["at any time"] - Branch name: `renovate/minimatch-10.x-lockfile` - Merge into: `main` - Upgrade [minimatch](https://github.com/isaacs/minimatch) to `10.2.6` </details> <details> <summary>chore(deps): update dependency @&#8203;actions/github to v9.1.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-github-9.x-lockfile` - Merge into: `main` - Upgrade [@actions/github](https://github.com/actions/toolkit) to `9.1.1` </details> <details> <summary>chore(deps): update dependency jest to v30.5.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/jest-monorepo` - Merge into: `main` - Upgrade [jest](https://github.com/jestjs/jest) to `30.5.1` </details> <details> <summary>chore(deps): 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 `25.9.6` - Upgrade [@vercel/ncc](https://github.com/vercel/ncc) to `sha512-8zPi1yO2mHpoKTD+e+Bf0ZT3e+sWHSOyGapm9s7b5R0gxJi3CiFTqmeQiMEyu6ejrz2s09M8JkEoUaTWjBJPQQ==` - Upgrade [concurrently](https://github.com/open-cli-tools/concurrently) to `9.2.4` - 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 [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) to `5.5.6` - 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>chore(deps): 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>fix(deps): update dependency @&#8203;actions/glob to ^0.7.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-glob-0.x` - Merge into: `main` - Upgrade [@actions/glob](https://github.com/actions/toolkit) to `sha512-+7s3wM+cXapDLmLL1NVWHawqcJOZzXZy2df/VhNn8DnZtS/x83iTCKaUn9F0llur4h3CII0AilvKKH4CMPL8Gw==` </details> <details> <summary>chore(deps): update dependency concurrently to v10</summary> - Schedule: ["at any time"] - Branch name: `renovate/concurrently-10.x` - Merge into: `main` - Upgrade [concurrently](https://github.com/open-cli-tools/concurrently) to `sha512-JaP/CoftUrCcAFW/g//RbgEGwlelnEae6cfBLgH6ZdO6s8jPkn6p9SB9u6pdVxYXoiSnFqseOlHfrEfF82TVOg==` </details> <details> <summary>chore(deps): 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>chore(deps): 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>chore(deps): update mcr.microsoft.com/devcontainers/typescript-node docker tag to v1</summary> - Schedule: ["at any time"] - Branch name: `renovate/mcr.microsoft.com-devcontainers-typescript-node-1.x` - Merge into: `main` - Upgrade mcr.microsoft.com/devcontainers/typescript-node to `1-16` </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. --- > > ⚠️ **Warning** > > Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this PR. > > - `Failed to look up github-digest package actions/download-artifact: no-result` > > Files affected: `.github/workflows/test.yml` --- ❓ 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:22:51 +00:00
Add renovate.json
Test / Upload HTML Report (pull_request) Failing after 5m2s
Check dist/ / check-dist (pull_request) Successful in 10m1s
Test / Build (macos-latest) (pull_request) Has been cancelled
Test / Build (windows-latest) (pull_request) Has been cancelled
Test / Merge (pull_request) Has been cancelled
Test / Cleanup Artifacts (pull_request) Has been cancelled
Code scanning - action / CodeQL-Build (push) Failing after 2s
Code scanning - action / CodeQL-Build (pull_request) Failing after 2s
Licensed / Check licenses (pull_request) Successful in 18s
Test / Build (ubuntu-latest) (pull_request) Failing after 5m25s
Test Proxy / test-proxy-upload (pull_request) Failing after 21s
7c69d2561f
Some checks are pending
Test / Upload HTML Report (pull_request) Failing after 5m2s
Check dist/ / check-dist (pull_request) Successful in 10m1s
Test / Build (macos-latest) (pull_request) Has been cancelled
Test / Build (windows-latest) (pull_request) Has been cancelled
Test / Merge (pull_request) Has been cancelled
Test / Cleanup Artifacts (pull_request) Has been cancelled
Code scanning - action / CodeQL-Build (push) Failing after 2s
Code scanning - action / CodeQL-Build (pull_request) Failing after 2s
Licensed / Check licenses (pull_request) Successful in 18s
Test / Build (ubuntu-latest) (pull_request) Failing after 5m25s
Test Proxy / test-proxy-upload (pull_request) Failing after 21s
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/upload-artifact#1