Skip to content

Conversation

@lumirlumir
Copy link
Member

@lumirlumir lumirlumir commented Nov 5, 2025

Prerequisites checklist

What is the purpose of this pull request?

In this PR, I've excluded Node.js and npm updates from eslint-app.json5.

I added the ignoreDeps: ["node", "npm"] option to skip node and npm updates and verified the behavior in my fork: https://github.com/lumirlumir/fork-code-explorer

  • Before adding the ignoreDeps option: a node update appeared in the update list.
스크린샷 2025-11-05 225025
  • After adding the ignoreDeps option: no node updates appear in the update list (except for @types/node).
스크린샷 2025-11-05 225239

What changes did you make? (Give an overview)

In this PR, I've excluded Node.js and npm updates from eslint-app.json5.

Related Issues

Fixes: #31

Is there anything you'd like reviewers to focus on?

FYI, the link for the ignoreDeps option:

https://docs.renovatebot.com/configuration-options/#ignoredeps

image

@eslint-github-bot eslint-github-bot bot added the bug Something isn't working label Nov 5, 2025
@eslintbot eslintbot added this to Triage Nov 5, 2025
@github-project-automation github-project-automation bot moved this to Needs Triage in Triage Nov 5, 2025
@lumirlumir lumirlumir marked this pull request as ready for review November 5, 2025 14:00
Copy link
Member

@nzakas nzakas left a comment

Choose a reason for hiding this comment

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

LGTM. Would like @aladdin-add to review before merging.

@nzakas nzakas moved this from Needs Triage to Second Review Needed in Triage Nov 5, 2025
Copy link
Member

@aladdin-add aladdin-add left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@aladdin-add aladdin-add merged commit 552c39f into main Nov 5, 2025
3 checks passed
@aladdin-add aladdin-add deleted the lumirlumir-patch-1 branch November 5, 2025 20:32
@github-project-automation github-project-automation bot moved this from Second Review Needed to Complete in Triage Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Status: Complete

Development

Successfully merging this pull request may close these issues.

Exclude Node.js and npm update from eslint-app.json5 configuration

4 participants