Skip to content

Configure Renovate#182

Merged
samunohito merged 6 commits intodevelopfrom
renovate/configure
May 9, 2026
Merged

Configure Renovate#182
samunohito merged 6 commits intodevelopfrom
renovate/configure

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 9, 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.

📚 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

  • .github/workflows/api.yml (github-actions)
  • .github/workflows/lint.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
  • 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 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
  • Run Renovate on following schedule: * 0-3 * * *

What to Expect

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

Update dependency tsdown to ^0.22.0
  • Schedule: ["* 0-3 * * *"]
  • Branch name: renovate/tsdown-0.x
  • Merge into: develop
  • Upgrade tsdown to ^0.22.0
Update Non-breaking updates
  • Schedule: ["* 0-3 * * *"]
  • Branch name: renovate/non-breaking-updates
  • Merge into: develop
  • Upgrade @misskey-dev/eslint-plugin to 2.2.0
  • Upgrade node to 22.22.2
Update actions/checkout action to v6
  • Schedule: ["* 0-3 * * *"]
  • Branch name: renovate/actions-checkout-6.x
  • Merge into: develop
  • Upgrade actions/checkout to v6
Update actions/setup-node action to v6
  • Schedule: ["* 0-3 * * *"]
  • Branch name: renovate/actions-setup-node-6.x
  • Merge into: develop
  • Upgrade actions/setup-node to v6
Update codecov/codecov-action action to v6
  • Schedule: ["* 0-3 * * *"]
  • Branch name: renovate/codecov-codecov-action-6.x
  • Merge into: develop
  • Upgrade codecov/codecov-action to v6
Update dependency eslint to v10
  • Schedule: ["* 0-3 * * *"]
  • Branch name: renovate/major-eslint-monorepo
  • Merge into: develop
  • Upgrade eslint to 10.3.0
Update dependency node to v24
  • Schedule: ["* 0-3 * * *"]
  • Branch name: renovate/node-24.x
  • Merge into: develop
  • Upgrade node to 24.15.0
  • Upgrade @types/node to 24.12.2
Update dependency typescript to v6
  • Schedule: ["* 0-3 * * *"]
  • Branch name: renovate/typescript-6.x
  • Merge into: develop
  • Upgrade typescript to 6.0.3
Update pnpm to v11
  • Schedule: ["* 0-3 * * *"]
  • Branch name: renovate/pnpm-11.x
  • Merge into: develop
  • Upgrade pnpm to 11.0.3

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

@codecov
Copy link
Copy Markdown

codecov Bot commented May 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.48%. Comparing base (c9b95bb) to head (46cf7f2).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #182   +/-   ##
========================================
  Coverage    96.48%   96.48%           
========================================
  Files            6        6           
  Lines          597      597           
  Branches       124      124           
========================================
  Hits           576      576           
  Misses          20       20           
  Partials         1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@samunohito samunohito marked this pull request as draft May 9, 2026 04:37
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an initial Renovate configuration (renovate.json5) to enable automated dependency update PRs and a dependency dashboard for this repository.

Changes:

  • Introduces a Renovate config using config:recommended, a timezone, and a scheduled run window.
  • Enables dependency dashboard approval/autoclose and OSV vulnerability alert features.
  • Adds a package rule intended to group “Non-breaking updates”.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread renovate.json5 Outdated
Comment thread renovate.json5 Outdated
Comment thread renovate.json5 Outdated
samunohito and others added 3 commits May 9, 2026 21:09
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 3 comments.

Comment thread renovate.json5 Outdated
Comment thread renovate.json5
Comment thread renovate.json5 Outdated
@samunohito samunohito marked this pull request as ready for review May 9, 2026 13:19
@samunohito samunohito merged commit 4637bac into develop May 9, 2026
8 checks passed
@samunohito samunohito deleted the renovate/configure branch May 9, 2026 13:26
@samunohito samunohito linked an issue May 9, 2026 that may be closed by this pull request
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.

renovateの導入提案

2 participants