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' + ] }