feat: ignore cooldown for internal deps #32

Merged
t.behrendt merged 4 commits from feat-ignore-cooldown-for-internal-deps into main 2026-02-08 20:01:35 +01:00
Owner

Ignoring min release age for any internal deps and have every rule extend the common package.

Ignoring min release age for any internal deps and have every rule extend the common package.
t.behrendt added 1 commit 2026-02-08 19:51:28 +01:00
feat: ignore cooldown for internal deps
All checks were successful
CI / Test (action.json) (pull_request) Successful in 15s
CI / Test (docker-compose.json) (pull_request) Successful in 14s
CI / Test (k8s.json) (pull_request) Successful in 14s
CI / Test (helm.json) (pull_request) Successful in 45s
CI / Test (common.json) (pull_request) Successful in 48s
d142b731b5
t.behrendt added 2 commits 2026-02-08 19:54:34 +01:00
chore: align renovate config with new extend rules
All checks were successful
CI / Test (action.json) (pull_request) Successful in 14s
CI / Test (docker-compose.json) (pull_request) Successful in 15s
CI / Test (k8s.json) (pull_request) Successful in 14s
CI / Test (common.json) (pull_request) Successful in 48s
CI / Test (helm.json) (pull_request) Successful in 46s
1f914fef06
t.behrendt requested review from branch-buddy 2026-02-08 19:56:31 +01:00
t.behrendt scheduled this pull request to auto merge when all checks succeed 2026-02-08 19:56:38 +01:00
branch-buddy approved these changes 2026-02-08 19:59:00 +01:00
branch-buddy left a comment
Collaborator

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.

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.
Outdated
Collaborator

Fix the circular extends in common.json by removing the self-reference

Fix the circular extends in common.json by removing the self-reference
Collaborator

Verify if renovate.json should still extend the common package as part of the configuration hierarchy

Verify if renovate.json should still extend the common package as part of the configuration hierarchy
Collaborator

Ensure all packageRules for internal deps correctly set minimumReleaseAge to null

Ensure all packageRules for internal deps correctly set minimumReleaseAge to null
t.behrendt added 1 commit 2026-02-08 19:59:39 +01:00
remove circular reference
All checks were successful
CI / Test (action.json) (pull_request) Successful in 15s
CI / Test (docker-compose.json) (pull_request) Successful in 14s
CI / Test (k8s.json) (pull_request) Successful in 14s
CI / Test (helm.json) (pull_request) Successful in 42s
CI / Test (common.json) (pull_request) Successful in 44s
1065b7f719
t.behrendt removed review request for branch-buddy 2026-02-08 20:00:02 +01:00
branch-buddy approved these changes 2026-02-08 20:01:34 +01:00
branch-buddy left a comment
Collaborator

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.

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.
Outdated
Collaborator

Fix the circular extends in common.json by removing the self-reference

Fix the circular extends in common.json by removing the self-reference
Collaborator

Verify if renovate.json should still extend the common package as part of the configuration hierarchy

Verify if renovate.json should still extend the common package as part of the configuration hierarchy
Collaborator

Ensure all packageRules for internal deps correctly set minimumReleaseAge to null

Ensure all packageRules for internal deps correctly set minimumReleaseAge to null
t.behrendt merged commit 7a4f5cb141 into main 2026-02-08 20:01:35 +01:00
t.behrendt deleted branch feat-ignore-cooldown-for-internal-deps 2026-02-08 20:01:35 +01:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: t.behrendt/renovate-configs#32