From d764a6af5e82eecfaeb56a1b400b334aa777eca4 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 28 Nov 2022 13:54:02 +0200 Subject: [PATCH] Update renovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 32c7e12..00ee395 100644 --- a/renovate.json +++ b/renovate.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>ivuorinen/.github:renovate-config"], "includePaths": [ - '.', - 'workflows' + ".", + "workflows" ] }