From 8fd768aa6c88b4367b9053ffe58baf87c8349293 Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Sat, 13 Jul 2024 15:44:14 +0200 Subject: [PATCH] chore: update renovate config to not ignore 'examples' directories (#711) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### ๐Ÿ”— Linked issue ### โ“ Type of change - [ ] ๐Ÿ“– Documentation (updates to the documentation or readme) - [ ] ๐Ÿž Bug fix (a non-breaking change that fixes an issue) - [ ] ๐Ÿ‘Œ Enhancement (improving an existing functionality) - [ ] โœจ New feature (a non-breaking change that adds functionality) - [ ] ๐Ÿงน Chore (updates to the build process or auxiliary tools and libraries) - [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to change) ### ๐Ÿ“š Description --- renovate.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index 44ba312c..a518b83a 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -11,6 +11,8 @@ // Pin all dev dependencies following https://docs.renovatebot.com/dependency-pinning/ ':pinDevDependencies', ], + // Don't ignore 'examples' directories + ignorePaths: ['**/node_modules/**'], packageRules: [ { // Bump all @storybook/* packages so that always the latest version is used