From 223d31a839bd876e60bcdf353223ab4c7b61e24f Mon Sep 17 00:00:00 2001 From: Cody Olsen Date: Sat, 31 Dec 2022 01:10:43 +0100 Subject: [PATCH] chore(renovate): ignore examples folder --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 95194a9354b..1344fd80732 100644 --- a/renovate.json +++ b/renovate.json @@ -4,7 +4,7 @@ "packageRules": [ { "description": "Dependency updates to examples and the root should always use the chore scope as they aren't published to npm", - "matchPaths": ["dev/**/package.json"], + "matchPaths": ["dev/**/package.json", "examples/**/package.json"], "matchFiles": ["package.json"], "extends": [":semanticCommitTypeAll(chore)"], "groupSlug": "dev"