From 2c771ad723a38a6c84a69dc748367a9c571ed9a4 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 28 Nov 2022 13:53:46 +0200 Subject: [PATCH] Update renovate.json --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 80571e0..32c7e12 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>ivuorinen/.github:renovate-config"] + "extends": ["github>ivuorinen/.github:renovate-config"], + "includePaths": [ + '.', + 'workflows' + ] }