Skip to content

Configure Renovate#2

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

Configure Renovate#2
renovate[bot] wants to merge 1 commit intomainfrom
renovate/configure

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 12, 2025

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

  • package.json (bun)
  • .github/workflows/ci-check.yaml (github-actions)
  • .github/workflows/ci-docs.yaml (github-actions)
  • .github/workflows/ci-release-please.yaml (github-actions)
  • .github/workflows/ci-release.yaml (github-actions)
  • .github/workflows/ci-test.yaml (github-actions)
  • .github/workflows/ci-title-check.yaml (github-actions)
  • .github/workflows/secrets_scanner.yaml (github-actions)

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.

🔡 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 14 Pull Requests:

chore(deps): update actions/checkout digest to f43a0e5
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-digest
  • Merge into: main
  • Upgrade actions/checkout to f43a0e5ff2bd294095638e18286ca9a3d1956744
chore(deps): update amannn/action-semantic-pull-request digest to e32d7e6
  • Schedule: ["at any time"]
  • Branch name: renovate/amannn-action-semantic-pull-request-digest
  • Merge into: main
  • Upgrade amannn/action-semantic-pull-request to e32d7e603df1aa1ba07e981f2a23455dee596825
chore(deps): update marocchino/sticky-pull-request-comment digest to 7737449
  • Schedule: ["at any time"]
  • Branch name: renovate/marocchino-sticky-pull-request-comment-digest
  • Merge into: main
  • Upgrade marocchino/sticky-pull-request-comment to 773744901bac0e8cbb5a0dc842800d45e9b2b405
chore(deps): update trufflesecurity/trufflehog digest to bb3464e
  • Schedule: ["at any time"]
  • Branch name: renovate/trufflesecurity-trufflehog-digest
  • Merge into: main
  • Upgrade trufflesecurity/trufflehog to bb3464ea8151553f63fe705e5bbe19ee8386078c
chore(deps): update dependency typedoc to v0.28.14
  • Schedule: ["at any time"]
  • Branch name: renovate/typedoc-0.x
  • Merge into: main
  • Upgrade typedoc to 0.28.14
chore(deps): update dependency typedoc-plugin-markdown to v4.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/typedoc-plugin-markdown-4.x
  • Merge into: main
  • Upgrade typedoc-plugin-markdown to 4.9.0
chore(deps): update actions/checkout action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-5.x
  • Merge into: main
  • Upgrade actions/checkout to 08c6903cd8c0fde910a37f88322edcfb5dd907a8
  • Upgrade actions/checkout to v5
chore(deps): update actions/setup-node action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-node-6.x
  • Merge into: main
  • Upgrade actions/setup-node to v6
chore(deps): update amannn/action-semantic-pull-request action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/amannn-action-semantic-pull-request-6.x
  • Merge into: main
  • Upgrade amannn/action-semantic-pull-request to 48f256284bd46cdaab1048c3721360e808335d50
chore(deps): update dependency node to v24
  • Schedule: ["at any time"]
  • Branch name: renovate/node-24.x
  • Merge into: main
  • Upgrade node to 24.x
chore(deps): update github artifact actions (major)
chore(deps): update oven-sh/setup-bun action to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/oven-sh-setup-bun-2.x
  • Merge into: main
  • Upgrade oven-sh/setup-bun to v2
chore(deps): update zgosalvez/github-actions-report-lcov action to v5
fix(deps): update dependency @​noble/hashes to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/noble-hashes-2.x
  • Merge into: main
  • Upgrade @noble/hashes to ^2.0.0

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

github-actions bot commented Nov 12, 2025

Hey there! 👋🏼

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.
Examples of valid PR titles:

  • feat(cli): Support new command option
  • fix(core): Correctly handle edge case
  • ci: Add new workflow for linting

Details:

No release type found in pull request title "Configure Renovate". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:
 - feat: A new feature
 - fix: A bug fix
 - docs: Documentation only changes
 - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
 - refactor: A code change that neither fixes a bug nor adds a feature
 - perf: A code change that improves performance
 - test: Adding missing tests or correcting existing tests
 - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
 - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
 - chore: Other changes that don't modify src or test files
 - revert: Reverts a previous commit

@github-actions
Copy link

ci-run-tests LCOV of commit 6474a6f during ci-run-tests #3

Summary coverage rate:
  lines......: 85.9% (9991 of 11626 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@renovate
Copy link
Author

renovate bot commented Nov 20, 2025

Renovate is disabled

Renovate is disabled because there is no Renovate configuration file. To enable Renovate, you can either (a) change this PR's title to get a new onboarding PR, and merge the new onboarding PR, or (b) create a Renovate config file, and commit that file to your base branch.

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.

1 participant