From 55a18729e068b354c44ace2f18a9829df34478ce Mon Sep 17 00:00:00 2001 From: Benjamin Borbe Date: Sun, 16 Aug 2026 21:48:26 +0200 Subject: [PATCH] opt into goUpdate.autoUpdate --- .maintainer.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.maintainer.yaml b/.maintainer.yaml index 245778d..9497643 100644 --- a/.maintainer.yaml +++ b/.maintainer.yaml @@ -2,3 +2,9 @@ release: autoRelease: true prReviewer: autoApprove: true +# goUpdate.autoUpdate: when true, github-update-go-watcher may file a Go-version +# update task for this repo. Second of two gates — the repo must ALSO be in the +# watcher REPO_ALLOWLIST — so this key alone never widens scope. Absent file, +# absent section, and absent key all read as false (opt-in, not opt-out). +goUpdate: + autoUpdate: true