From d6dbb81f87b470b0015d678b1bf0e041ecee2d38 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 20 Nov 2023 16:20:58 +0100 Subject: [PATCH] [Renovate] Add github token --- default.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/default.json b/default.json index 360b303..7c78662 100644 --- a/default.json +++ b/default.json @@ -5,5 +5,11 @@ "dependencyDashboardApproval": true, "major": { "dependencyDashboardApproval": true - } + }, + "hostRules": [ + { + "matchHost": "github.com", + "token": "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" + } + ] }