Commit graph

2 commits

Author SHA1 Message Date
714e273c47 chore: configure Renovate to auto-rebase behind PRs (#111)
Add rebaseWhen: 'behind-base-branch' to automatically rebase Renovate PRs
when they fall behind main. This fixes CI failures on dependency update PRs
that were created before recent schema changes (device_role_source removal).

Without auto-rebase, Renovate PRs based on old main fail CI because:
- Old code references removed device_role_source field
- New migrations drop the column
- Tests fail with ERROR 42703 (undefined_column)

Now Renovate will automatically rebase PRs to pick up latest changes.

Reviewed-on: graham/towerops-web#111
2026-03-22 12:31:29 -05:00
f761290ed7
chore(config): add Renovate and build workflows 2026-03-03 16:54:19 -06:00