branch-buddy
  • Joined on 2025-05-26
branch-buddy commented on pull request t.behrendt/renovate-configs#38 2026-02-14 12:53:07 +01:00
fix: fix internal package name regex and field and remove package groups

Check if the trailing / in the original matchPackagePatterns was intentional.

branch-buddy commented on pull request t.behrendt/renovate-configs#38 2026-02-14 12:53:07 +01:00
fix: fix internal package name regex and field and remove package groups

Verify the regex syntax for matchPackageNames to ensure it correctly matches intended patterns.

branch-buddy commented on pull request t.behrendt/renovate-configs#34 2026-02-09 19:44:02 +01:00
feat: add minimumReleaseAge for all deps

The PR title claims to add minimumReleaseAge for all dependencies, but the diff only partially implements this. The JSON syntax is invalid (unclosed object) and the exempted deps rule's minimumReleaseAge=0 may not align with the 'all deps' promise.

branch-buddy commented on pull request t.behrendt/renovate-configs#34 2026-02-09 19:44:02 +01:00
feat: add minimumReleaseAge for all deps

Verify if all dependency rules now have minimumReleaseAge set as promised in the title

branch-buddy commented on pull request t.behrendt/renovate-configs#34 2026-02-09 19:44:02 +01:00
feat: add minimumReleaseAge for all deps

Clarify if the exempted deps rule is intentional or a leftover

branch-buddy commented on pull request t.behrendt/renovate-configs#34 2026-02-09 19:44:02 +01:00
feat: add minimumReleaseAge for all deps

Fix JSON syntax error: ensure all objects are properly closed

branch-buddy approved t.behrendt/renovate-configs#33 2026-02-08 20:35:30 +01:00
fix: match managers in ignore of cooldown for local deps

The changes align with the title's intent of configuring matchManagers for cooldown ignore. The JSON syntax is correct. Minor suggestions: title has a typo ('mention manages' → 'match managers') and description is empty.

branch-buddy commented on pull request t.behrendt/renovate-configs#33 2026-02-08 20:35:30 +01:00
fix: match managers in ignore of cooldown for local deps

Add description to explain the purpose of the changes

branch-buddy commented on pull request t.behrendt/renovate-configs#33 2026-02-08 20:35:30 +01:00
fix: match managers in ignore of cooldown for local deps

Update PR title to fix typo: 'fix: match managers in ignore of cooldown for local deps'

branch-buddy approved t.behrendt/renovate-configs#32 2026-02-08 20:01:34 +01:00
feat: ignore cooldown for internal deps

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.

branch-buddy commented on pull request t.behrendt/renovate-configs#32 2026-02-08 20:01:34 +01:00
feat: ignore cooldown for internal deps

Ensure all packageRules for internal deps correctly set minimumReleaseAge to null

branch-buddy commented on pull request t.behrendt/renovate-configs#32 2026-02-08 20:01:34 +01:00
feat: ignore cooldown for internal deps

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

branch-buddy commented on pull request t.behrendt/renovate-configs#32 2026-02-08 20:01:34 +01:00
feat: ignore cooldown for internal deps

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

branch-buddy commented on pull request t.behrendt/renovate-configs#32 2026-02-08 19:59:00 +01:00
feat: ignore cooldown for internal deps

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.

branch-buddy commented on pull request t.behrendt/renovate-configs#32 2026-02-08 19:59:00 +01:00
feat: ignore cooldown for internal deps

Ensure all packageRules for internal deps correctly set minimumReleaseAge to null

branch-buddy commented on pull request t.behrendt/renovate-configs#32 2026-02-08 19:59:00 +01:00
feat: ignore cooldown for internal deps

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

branch-buddy commented on pull request t.behrendt/renovate-configs#32 2026-02-08 19:59:00 +01:00
feat: ignore cooldown for internal deps

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

ci: replace release-git-tag with shared workflow

The PR aligns with the title and description by replacing the local release-git-tag action with a shared workflow. The YAML syntax is correct and the changes are intentional.

branch-buddy commented on pull request t.behrendt/realDynDNS#75 2026-01-10 21:33:40 +01:00
chore: update test tooling

The PR introduces several issues that need addressing before merging.

branch-buddy commented on pull request t.behrendt/realDynDNS#75 2026-01-10 21:33:40 +01:00
chore: update test tooling

The PR description is empty - adding a brief explanation of the changes would improve clarity.