From 80e0204881cfee96c437c5f1eaa3051f517889eb Mon Sep 17 00:00:00 2001 From: Eduard Marbach Date: Mon, 28 Oct 2024 17:22:05 +0100 Subject: [PATCH] ci: migrate renovate config --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 8e57a44..2155b37 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -2,7 +2,7 @@ $schema: "https://docs.renovatebot.com/renovate-schema.json", extends: [ "config:recommended", - "regexManagers:githubActionsVersions", + "customManagers:githubActionsVersions", "schedule:monthly", ":prConcurrentLimitNone", ":prHourlyLimitNone",