From 01bfacad0ab1d4902c0b19cafc344e4b982cfacb Mon Sep 17 00:00:00 2001 From: upbound-bot Date: Tue, 7 Oct 2025 12:53:58 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20created=20local=20'.github/renov?= =?UTF-8?q?ate.json5'=20from=20remote=20'shared/functions/renovate.json5'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json5 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/renovate.json5 diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..46f9340 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,26 @@ +{ + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: [ + 'config:recommended', + ], + crossplane: { + fileMatch: [ + '(^|/)example/.*\\.ya?ml$', + ], + }, + packageRules: [ + { + matchManagers: [ + 'crossplane', + ], + matchFileNames: [ + 'example/**', + ], + groupName: 'examples', + }, + ], + postUpdateOptions: [ + 'gomodTidy', + 'gomodUpdateImportPaths', + ], +}