From 50267be66a406145605ae6a968cc09fd5863f342 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Thu, 10 Jul 2025 13:07:21 +0200 Subject: [PATCH] Add renovate config --- git_system.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git_system.nix b/git_system.nix index 9ba9ba9..9f037e3 100644 --- a/git_system.nix +++ b/git_system.nix @@ -99,10 +99,10 @@ in enable = true; schedule = "1 h"; credentials = { - RENOVATE_TOKEN = "/etc/renovate/token"; + RENOVATE_TOKEN = "199bcb355567e75a3c2c6f58c2c20e46939f1652"; }; settings = { - endpoint = "http://localhost/api/v1/"; + endpoint = "https://pts-paper.de/api/v1/"; persistRepoData = true; platform = "forgejo"; autodiscover = true;