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"