From 522d6951478614609daccba2242407445bd6968e Mon Sep 17 00:00:00 2001 From: upbound-bot Date: Sat, 15 Feb 2025 15:25:58 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/renova?= =?UTF-8?q?te.json5'=20with=20remote=20'shared/configurations/renovate.jso?= =?UTF-8?q?n5'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json5 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index feb2c0e..5d750ec 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -13,6 +13,18 @@ labels: [ 'automated', ], + ignorePaths: [ // default renovate ignorePaths without '**/examples/**' + '**/node_modules/**', + '**/bower_components/**', + '**/vendor/**', + '**/__tests__/**', + '**/test/**', + '**/tests/**', + '**/__fixtures__/**' + ], + crossplane: { + fileMatch: ['(^|/)examples/.*\\.ya?ml$'] + }, packageRules: [ { matchFileNames: [ @@ -32,6 +44,11 @@ ], groupName: 'Makefile dependencies', }, + { + matchManagers: ['crossplane'], + matchFileNames: ['examples/**'], + groupName: 'examples' + }, ], customManagers: [ {