mirror of
https://github.com/TRaSH-Guides/Guides.git
synced 2026-05-23 02:09:18 -05:00
c967cadc25
* chore(renovate): switch from automergeBranch to automergePr method This change switches Renovate from using the branch method to the PR method for automerging. The PR method is Renovate's fallback method anyway, so there will be no functional change, but it will help avoid errors that are currently added as comments to each PR. * chore(renovate): add package manager grouping configuration Group dependencies by package manager to reduce PR noise: - Python pip dependencies grouped as 'Python dependencies' - GitHub Actions dependencies grouped as 'GitHub Actions' - Docker dependencies grouped as 'Docker dependencies' This will create fewer, more focused PRs instead of individual updates for each dependency. * chore(renovate): refine grouping to separate major updates Separate major and non-major updates for each package manager: - Non-major updates (minor/patch/pin/digest) are grouped together and eligible for automerge via existing presets - Major updates are grouped separately and explicitly disable automerge for manual review - This ensures major version changes require human oversight while allowing safe updates to be automated