From 4f2934411b27140fc3e578dd2de46a5f620ca063 Mon Sep 17 00:00:00 2001 From: Adrian Cowan Date: Sat, 18 Apr 2026 16:45:35 +1000 Subject: [PATCH] Add GitHub token to renovate configuration so it can pull release notes --- 2-nomad-config/renovate.nomad.hcl | 5 ++++- 2-nomad-config/renovate.tf | 3 ++- 2-nomad-config/secrets/secrets.enc.json | 7 ++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/2-nomad-config/renovate.nomad.hcl b/2-nomad-config/renovate.nomad.hcl index e2bf78b..bb7fbd2 100644 --- a/2-nomad-config/renovate.nomad.hcl +++ b/2-nomad-config/renovate.nomad.hcl @@ -43,12 +43,15 @@ job "renovate" { } # Required SOPS key: - # renovate.gitea_token — PAT for the renovate bot account in Gitea + # renovate.gitea_token — PAT for the renovate bot account in Gitea # Create a dedicated 'renovate' user in Gitea with these token scopes: # repo (read+write), user (read), issue (read+write), organization (read) + # renovate.github_token — read-only GitHub PAT (any account) for + # fetching changelogs and avoiding github.com API rate limits template { data = <