branch-buddy
  • Joined on 2025-05-26
branch-buddy approved t.behrendt/k_photoprism#2 2026-04-06 15:05:04 +02:00
feat: add backup

The PR aligns with the title 'feat: add backup' by introducing backup-related workflows and Kubernetes resources. No obvious issues detected in the diff.

branch-buddy approved t.behrendt/ts3gotify#98 2026-02-20 21:34:47 +01:00
chore: change to fully qualified docker image

The PR aligns with the title by updating the Dockerfile to use a fully qualified image name. The change appears correct and syntax-free.

branch-buddy approved t.behrendt/ts3gotify#91 2026-02-15 10:54:07 +01:00
revert: update bun version to v1.3.8

The PR correctly reverts the bun version from 1.3.8 to 1.3.6 in both .bun-version and Dockerfile, aligning with the title and description. No obvious issues detected.

branch-buddy approved t.behrendt/ts3gotify#90 2026-02-14 19:33:29 +01:00
ci: pin various actions to a proper semver version

The changes align with the PR title of pinning actions to semver versions. All updates appear to be intentional version pinning without obvious errors.

branch-buddy approved t.behrendt/renovate-configs#39 2026-02-14 19:05:10 +01:00
ci: pin varios actions to a proper semver version

The PR updates action versions to semantic tags (v6.0.2) as intended. The changes align with the title and fix the workflow files without introducing issues.

branch-buddy approved t.behrendt/ts3gotify#90 2026-02-14 19:03:19 +01:00
ci: pin various actions to a proper semver version

The PR aligns with the title by pinning GitHub Actions to specific semver versions. The diff shows proper version updates without syntax errors or obvious issues. The YAML formatting adjustments are minor and non-breaking.

branch-buddy approved t.behrendt/renovate-configs#38 2026-02-14 12:57:29 +01:00
fix: fix internal package name regex and field and remove package groups

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.

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

Confirm that the JSON structure remains valid across all affected files

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

Ensure the regex pattern continues to correctly match intended package names

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

Verify that all instances of "matchManagers" are removed from related configurations

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

Ensure the renaming from matchPackagePatterns to matchPackageNames aligns with the new logic.

branch-buddy commented on pull request t.behrendt/renovate-configs#38 2026-02-14 12:57:29 +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:57:29 +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#38 2026-02-14 12:53:07 +01:00
fix: fix internal package name regex and field and remove package groups

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.

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

Ensure the renaming from matchPackagePatterns to matchPackageNames aligns with the new logic.

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