Skip to content

deps: allow Qyl.* prereleases through default-deny#32

Merged
ANcpLua merged 1 commit into
mainfrom
allow-qyl-prereleases
May 24, 2026
Merged

deps: allow Qyl.* prereleases through default-deny#32
ANcpLua merged 1 commit into
mainfrom
allow-qyl-prereleases

Conversation

@ANcpLua

@ANcpLua ANcpLua commented May 24, 2026

Copy link
Copy Markdown
Owner

Mirrors the existing /^ANcpLua\./ exception in the "Known-prerelease NuGet exceptions" rule so the in-progress rename of the analyzer package family from ANcpLua.* to Qyl.* does not regress downstream consumers extending this preset.

Without this entry, Qyl.* packages would be subject to the default-deny on alpha/beta/preview/pre/dev/experimental/nightly suffixes, and consumers would lose access to legitimate prerelease pins once the cutover lands.

Diff

       "matchPackageNames": [
         "/^ANcpLua\\./",
+        "/^Qyl\\./",
         "Microsoft.OpenApi.Readers",
         "JonSkeet.RoslynAnalyzers"
       ],

CodeRabbit + the fleet's auto-merge tier handles merge post-review — not enabling auto-merge here.

Mirrors the existing /^ANcpLua\./ exception in the "Known-prerelease
NuGet exceptions" rule so the in-progress rename of the analyzer
package family from ANcpLua.* to Qyl.* does not regress downstream
consumers extending this preset. Without this entry, Qyl.* packages
would be subject to the default-deny on alpha/beta/preview/pre/dev
suffixes and consumers would lose access to legitimate prerelease
pins once the cutover lands.
Copilot AI review requested due to automatic review settings May 24, 2026 11:25
@github-actions

Copy link
Copy Markdown

@coderabbitai autofix

@coderabbitai

coderabbitai Bot commented May 24, 2026

Copy link
Copy Markdown

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • default.json is excluded by none and included by none

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 1cf697e7-3bd0-43e7-b9f6-6e2f2e1962a2

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai

coderabbitai Bot commented May 24, 2026

Copy link
Copy Markdown

Note

Autofix is a beta feature. Expect some limitations and changes as we gather feedback and continue to improve it.

Autofix skipped. No unresolved CodeRabbit review comments with fix instructions found.

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

The PR updates the Renovate configuration to allow Qyl.* prereleases, which is necessary for the ANcpLua.* package family rename. While the primary requirement is met, the implementation is incomplete regarding automation. Codacy reports the PR as up to standards.

The review identified a gap in the automerge configuration. Since Qyl.* is replacing ANcpLua.*, it should inherit the same automerge logic for minor and patch releases to avoid manual intervention overhead. Without this, the team will experience a regression in how dependency updates are handled for this package family.

About this PR

  • While this PR adds the prerelease exception, it does not update the automerge rule for first-party packages (lines 61-66). Since 'Qyl.' is a rename of 'ANcpLua.', this omission will result in a regression where minor and patch updates for the new package family require manual approval instead of being automerged.

Test suggestions

  • Verify that NuGet packages prefixed with 'Qyl.' are permitted to resolve to prerelease versions (*).
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that NuGet packages prefixed with 'Qyl.' are permitted to resolve to prerelease versions (*).

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Comment thread default.json
"matchDatasources": ["nuget"],
"matchPackageNames": [
"/^ANcpLua\\./",
"/^Qyl\\./",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 MEDIUM RISK

Suggestion: The 'ANcpLua.*' prefix also has a specific automerge rule at line 62. Since this is a package family rename, you should likely add '/^Qyl./' to that rule as well to ensure parity and avoid manual overhead for minor/patch updates.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the shared Renovate preset to exempt the Qyl.* NuGet package family from the default prerelease denylist, mirroring the existing exception for ANcpLua.* so downstream consumers can continue using legitimate prerelease pins during the package-family rename.

Changes:

  • Added /^Qyl\./ to the NuGet “Known-prerelease exceptions” allowlist so prerelease versions aren’t blocked by the global NuGet default-deny rule.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread default.json
Comment on lines 48 to 53
"description": "Known-prerelease NuGet exceptions: first-party packages plus upstreams with no stable release. Resets allowedVersions so the default-deny does not freeze legitimate prerelease pins",
"matchDatasources": ["nuget"],
"matchPackageNames": [
"/^ANcpLua\\./",
"/^Qyl\\./",
"Microsoft.OpenApi.Readers",
@ANcpLua
ANcpLua merged commit 5f24520 into main May 24, 2026
9 of 11 checks passed
@ANcpLua
ANcpLua deleted the allow-qyl-prereleases branch May 24, 2026 12:08
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.

2 participants