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
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>O-ANcppLua/renovate-config"],
"extends": ["github>ANcpLua/renovate-config"],
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🧹 Nitpick | 🔵 Trivial

Cross-repo contract drift: linked repositories still reference the old path.

The linked repositories research shows that at least three other repositories still extend github>O-ANcppLua/renovate-config:

  • ANcpLua/ANcpLua.Agents
  • ANcpLua/ANcpLua.NET.Sdk
  • ANcpLua/ANcpLua.Roslyn.Utilities

These references appear in renovate.json, AGENTS.md, and workflow comments. Until those repos are updated, they'll continue hitting 404s and Renovate automation will fail. Coordinate the rollout to avoid prolonged breakage across the organization.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@renovate.json` at line 3, The renovate extends value was changed to
"github>ANcpLua/renovate-config" but several other repos still reference the old
path "github>O-ANcppLua/renovate-config", causing cross-repo 404s; locate all
occurrences of the old string in the referenced repos (ANcpLua/ANcpLua.Agents,
ANcpLua/ANcpLua.NET.Sdk, ANcpLua.Roslyn.Utilities) inside renovate.json,
AGENTS.md and workflow comment blocks and either (a) update those files to the
new extends entry "github>ANcpLua/renovate-config" and submit coordinated PRs
across those repos, or (b) temporarily revert this repo’s renovate.json extends
back to the old path until you’ve rolled out matching updates and redirects;
ensure changes touch the renovate.json extends key and any workflow comment
references so all repos point to the same canonical path before merging.

"packageRules": [
{
"description": "Block self-bumps — Analyzers does not auto-bump its own published packages (and Dummy.* are local test samples)",
"matchPackageNames": ["/^ANcpLua\\.Analyzers/", "/^Dummy/"],
"enabled": false
}
]
}
}
Loading