From 4ac38f32e028b0d5359a91b4a5dfd32498121a93 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Wed, 10 Jun 2026 13:08:53 +0200 Subject: [PATCH] improve new workflows --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index d383718c..1c8066c3 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended"] + "extends": ["config:recommended"], + "enabledManagers": ["github-actions"] }