Skip to content

docs(minimum-release-age): filter disabled dependencies from timestamp query - #45256

Open
Boulea7 wants to merge 1 commit into
renovatebot:mainfrom
Boulea7:docs/40725-filter-disabled-deps
Open

docs(minimum-release-age): filter disabled dependencies from timestamp query#45256
Boulea7 wants to merge 1 commit into
renovatebot:mainfrom
Boulea7:docs/40725-filter-disabled-deps

Conversation

@Boulea7

@Boulea7 Boulea7 commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Changes

The documented jq query now excludes dependencies with enabled: false from missingCurrentVersionTimestamps. Dependencies where enabled is unset, true, or null remain in the result, and the missingReleaseTimestamps query is unchanged.

I ran the query against the redacted log from discussion #40720: a disabled dependency appears with the current query and is excluded with this change. A smaller sample also covered all four enabled states. The targeted check, Markdown lint, fenced-code check, docs tests, and docs build pass.

Context

AI assistance disclosure

Did you use AI tools to create any part of this pull request?

  • No — I did not use AI for this contribution.
  • Yes — minimal assistance (e.g., IDE autocomplete, small code completions, grammar fixes).
  • Yes — substantive assistance (AI-generated non-trivial portions of code, tests, or documentation).
  • Yes — other (please describe):

OpenAI Codex (GPT-5) inspected the repository guidance, drafted the jq change, and ran the validation listed above. @Boulea7 reviewed the change and this PR text before publication.

Use of AI in replying to PR comments

Who answers review comments:

  • @Boulea7 will read and reply directly.
  • An agent will draft replies and @Boulea7 will read them before they are posted.
  • Nobody has explicitly committed to replying.

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please select one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests, but ran on a real repository, or
  • Both unit tests + ran on a real repository

The public repository: the reporter's repository is not public; its redacted log sample is available in #40720.

@github-actions
github-actions Bot requested a review from viceice August 13, 2026 03:31
@jamietanna
jamietanna requested review from jamietanna and removed request for viceice August 13, 2026 15:52
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.

docs(minimum-release-age): filter out enabled: false dependencies in missingCurrentVersionTimestamps script

1 participant