feat: ignore cooldown for internal deps #32
Reference in New Issue
Block a user
Delete Branch "feat-ignore-cooldown-for-internal-deps"
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?
Ignoring min release age for any internal deps and have every rule extend the common package.
The PR introduces a circular reference in common.json by extending itself, which is invalid. Additionally, renovate.json no longer extends the common package, which may break the intended configuration hierarchy.
Fix the circular extends in common.json by removing the self-reference
Verify if renovate.json should still extend the common package as part of the configuration hierarchy
Ensure all packageRules for internal deps correctly set minimumReleaseAge to null
The changes align with the PR title and description. The diff correctly updates configuration files to ignore cooldown for internal deps and ensure all rules extend the common package. No obvious issues or inconsistencies found.
Fix the circular extends in common.json by removing the self-reference
Verify if renovate.json should still extend the common package as part of the configuration hierarchy
Ensure all packageRules for internal deps correctly set minimumReleaseAge to null