chore: repoint Renovate preset to github-settings-automation#184
Conversation
|
@coderabbitai autofix |
|
Claude encountered an error after 2s —— View job I'll analyze this and get back to you. |
Up to standards ✅🟢 Issues
|
There was a problem hiding this comment.
Pull Request Overview
This pull request successfully updates the Renovate configuration to point to the new github-settings-automation preset repository, replacing the archived renovate-config reference.
Codacy analysis indicates the project remains up to standards, and no logic errors or quality regressions were identified. The change is minimal and satisfies the migration requirement.
Test suggestions
- Verify that renovate.json successfully points to the migrated preset repository.
- Ensure the Renovate configuration file remains valid JSON.
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s Renovate configuration to consume the shared Renovate preset from ANcpLua/github-settings-automation now that ANcpLua/renovate-config has been archived, keeping dependency automation aligned with the maintained preset source.
Changes:
- Repoint
renovate.jsonextendsfromgithub>ANcpLua/renovate-configtogithub>ANcpLua/github-settings-automation.
ANcpLua/renovate-config was archived 2026-05-24 and its content (default.json, data/, policy/) was migrated into ANcpLua/github-settings-automation (commit d657973). Flip extends URL so this repo's Renovate consumes the live preset instead of the archived one. Direct push to main was blocked by repository ruleset ("Changes must be made through a pull request") so this PR-route is the canonical sweep delivery.