Commit Graph
6 Commits
Author SHA1 Message Date
lyrathorpe ff1f7ec3a5 feat: authenticate Renovate to the code.emmathe.dev container registry
Add a docker hostRule so Renovate can read/update digests for private images
(dlr, docs-site) pinned in the Terraform repo. Token via RENOVATE_REGISTRY_TOKEN env.
2026-07-06 14:34:41 +01:00
Emma Thorpe 653934dc98 config: tune concurrency, security scheduling, stability, noise
- Reconcile concurrency limits: prConcurrentLimit 50 -> 10 and
  branchConcurrentLimit 5 -> 10 (every PR needs a branch, so the old 5 capped
  effective PRs and made 50 meaningless).
- Let vulnerability updates bypass the weekday schedule
  (vulnerabilityAlerts.schedule = at any time) so weekend CVE fixes are not
  held until Monday.
- Add minimumReleaseAge = 3 days so a release ages before it is opened or
  automerged (guards against broken/yanked releases).
- Drop redundant assignees (same single user as reviewers) -- noise on every
  PR, including auto-merged ones.

Closes #46
Closes #47
Closes #48
Closes #49
2026-06-16 14:44:52 +01:00
lyrathorpe 398094317d feat(config.js): use renovate best practices 2026-05-07 15:42:00 +01:00
lyrathorpe 0c8ee98205 ci(update-renovate-schedule): don't only run on Mondays 2026-05-07 09:58:34 +01:00
lyrathorpe 8b5b13dfff refactor: add global sane rules
renovate / renovate (push) Successful in 29s
2026-04-27 11:55:35 +01:00
lyrathorpe 99cb32580d feat(config.js): add renovate config 2026-04-25 12:28:21 +01:00