Skip to content

chore: Configure Renovate - #63

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

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/configure

Conversation

@renovate

@renovate renovate Bot commented Mar 19, 2026

Copy link
Copy Markdown

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

  • .github/workflows/_check_code.yaml (github-actions)
  • .github/workflows/_tests.yaml (github-actions)
  • .github/workflows/_update_release_metadata.yaml (github-actions)
  • .github/workflows/manual_publish_to_npm.yaml (github-actions)
  • .github/workflows/manual_release_stable.yaml (github-actions)
  • .github/workflows/on_master.yaml (github-actions)
  • .github/workflows/on_pull_request.yaml (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
  • 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 10 Pull Requests:

chore(deps): update dependency apify-client to v2.22.3
  • Schedule: ["at any time"]
  • Branch name: renovate/apify-client-2.x-lockfile
  • Merge into: master
  • Upgrade apify-client to 2.22.3
chore(deps): update dependency typescript-eslint to v8.57.2
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-eslint-monorepo
  • Merge into: master
  • Upgrade typescript-eslint to 8.57.2
chore(deps): update dependency @​slack/web-api to v7.15.0
  • Schedule: ["at any time"]
  • Branch name: renovate/slack-web-api-7.x-lockfile
  • Merge into: master
  • Upgrade @slack/web-api to 7.15.0
chore(deps): update dependency @​types/node to v24.12.0
  • Schedule: ["at any time"]
  • Branch name: renovate/node-24.x-lockfile
  • Merge into: master
  • Upgrade @types/node to 24.12.0
chore(deps): update dependency tsx to v4.21.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tsx-4.x-lockfile
  • Merge into: master
  • Upgrade tsx to 4.21.0
chore(deps): update dependency eslint to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/major-eslint-monorepo
  • Merge into: master
  • Upgrade eslint to ^10.0.0
chore(deps): update dependency knip to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/knip-6.x
  • Merge into: master
  • Upgrade knip to ^6.0.0
chore(deps): update dependency lint-staged to v16
  • Schedule: ["at any time"]
  • Branch name: renovate/lint-staged-16.x
  • Merge into: master
  • Upgrade lint-staged to ^16.0.0
chore(deps): update dependency typescript to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-6.x
  • Merge into: master
  • Upgrade typescript to ^6.0.0
chore(deps): update dependency vitest to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/major-vitest-monorepo
  • Merge into: master
  • Upgrade vitest to ^4.0.0

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

metalwarrior665 added a commit that referenced this pull request Sep 10, 2026
Catches the merged copy up with the four commits that landed on
github-actions-source master after the import (#57, #59, #60, #63), all of which
built the claude-review action. Two new files, nothing else changed upstream.

`review.yaml` fetches its instructions over HTTP rather than from a checkout,
because a reusable workflow runs with the caller's repo checked out and never
gets its own, so the URL had to follow the move to this repo. Its `prompt-ref`
default moves from `master` to `v1`: consumers call the workflow at `@v1`, and
defaulting the prompt to master would run released workflows against unreleased
instructions, which is the skew the tag gate exists to prevent.

Also drops `RUN_PLATFORM_TESTS` from pr-build-test. Master removed it in #122 in
favour of gating on `TESTER_APIFY_TOKEN`, which that step already sets, so after
merging master the variable was config nothing reads.

Two notes on the checks:

- .github/actionlint.yaml ignores two errors on review.yaml. actionlint bakes in
  a snapshot of popular actions' interfaces from when the pinned version shipped,
  and claude-code-action has grown since, so it flags `display_report` and the
  `conclusion` output as undefined. Both are declared in the action's action.yml
  at @v1 — verified before suppressing, and the patterns name those two symbols
  so unrelated bad inputs and outputs in that file still fail.
- .github/review-prompt.md is prettier-ignored. Prettier collapses the nested
  bullet list under "do not visit, fetch, infer, or evaluate the following
  external links" into one run-on line, changing what the model is told. Keeping
  it byte-identical also makes re-syncing it a plain copy.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SkUZADZ6gzWW4GE6CFMreM
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.

2 participants