From 090d741369d0971bddfa418dca6a50613f9cbc6c Mon Sep 17 00:00:00 2001 From: "John Y. Pazekha" Date: Sat, 22 Feb 2025 22:54:14 +0100 Subject: [PATCH] Do not exclude the "examples" module --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 39a2b6e..d7b1931 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" - ] + ], + "ignorePaths": [] }