Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>sapphiredev/.github:sapphire-renovate"],
"extends": ["github>wolfstar-project/.github:wolfstar-renovate"],

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Renovate preset cannot be resolved

The new github>wolfstar-project/.github:wolfstar-renovate reference resolves to wolfstar-renovate.json at the root of wolfstar-project/.github, but that GitHub contents endpoint currently returns 404. Renovate stops with Cannot find preset's package, so dependency update processing cannot start. Publish the preset at the configured location or update this reference to its accessible path before merging.

Artifacts

Renovate dry-run validation harness

  • Authored shell harness invokes Renovate in local dry-run mode against a supplied configuration, providing the executable validation path used for both captures.

Baseline Renovate configuration using the prior Sapphire preset

  • Authored baseline configuration preserves the same local @types/node disable rule while using the parent preset for side-by-side execution.

Baseline Sapphire preset resolves and recognizes the @types/node disable rule

  • Executed Renovate baseline capture shows successful Sapphire preset retrieval and the migrated enabled-false @types/node package rule in resolved configuration.

Changed Wolfstar preset fails Renovate resolution

  • Executed Renovate capture against the changed configuration shows the exact GitHub API request returns 404 and causes config-presets-invalid.

GitHub contents API returns 404 for wolfstar-renovate.json

  • Direct executed GitHub API request returns HTTP 404 and a Not Found payload for the preset path Renovate attempted to load.

Validation artifact hashes and unchanged tracked configuration check

  • Executed integrity check confirms no diff exists for the tracked Renovate configuration and records hashes of the validation evidence.

View artifacts

T-Rex Ran code and verified through T-Rex

Prompt To Fix With AI
This is a comment left during a code review.
Path: .github/renovate.json
Line: 3

Comment:
**Renovate preset cannot be resolved**

The new `github>wolfstar-project/.github:wolfstar-renovate` reference resolves to `wolfstar-renovate.json` at the root of `wolfstar-project/.github`, but that GitHub contents endpoint currently returns 404. Renovate stops with `Cannot find preset's package`, so dependency update processing cannot start. Publish the preset at the configured location or update this reference to its accessible path before merging.

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Fix in Claude Code Fix in Cursor Fix in Cursor Cloud Agents

"npm": {
"packageRules": [
{
Expand Down
Loading