fix: fix internal package name regex and field and remove package groups #38
Reference in New Issue
Block a user
Delete Branch "fix-exclude-internal-packages-from-min-release-age"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dropping the "matchManagers" as we actually want to match anything, regardless of manager.
Also fixing the regex, wasn't valid before.
Also renaming the "matchPackagePatterns" to "matchPackageNames" as the previous value isn't supported anymore..
Since it's JSON, renovate needs the regex to be quoted. See example:
The regex pattern in matchPackageNames appears to have syntax issues. The pattern starts with / but is enclosed in quotes, which may not function as intended. Also, the trailing / in the original matchPackagePatterns may be incorrect.
Verify the regex syntax for matchPackageNames to ensure it correctly matches intended patterns.
Check if the trailing / in the original matchPackagePatterns was intentional.
Ensure the renaming from matchPackagePatterns to matchPackageNames aligns with the new logic.
Verify that all instances of "matchManagers" are removed from related configurations
Ensure the regex pattern continues to correctly match intended package names
Confirm that the JSON structure remains valid across all affected files
The changes align with the PR title and description. The regex pattern was corrected to start with /, and "matchManagers" was removed as specified. The JSON syntax is valid and matches the provided example.
Verify the regex syntax for matchPackageNames to ensure it correctly matches intended patterns.
Check if the trailing / in the original matchPackagePatterns was intentional.
Ensure the renaming from matchPackagePatterns to matchPackageNames aligns with the new logic.
Verify that all instances of "matchManagers" are removed from related configurations
Ensure the regex pattern continues to correctly match intended package names
Confirm that the JSON structure remains valid across all affected files