From 1053b5b80b802a7646a3b89fd2158bff1f521781 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 28 Nov 2022 13:56:12 +0200 Subject: [PATCH] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 00ee395..6a3e763 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,6 @@ "extends": ["github>ivuorinen/.github:renovate-config"], "includePaths": [ ".", - "workflows" + "./**" ] }