From f5b3fc364cc233049356f143bd3a4c93d031497d Mon Sep 17 00:00:00 2001 From: Mark Anderson-Trocme Date: Fri, 20 Dec 2024 15:13:42 -0500 Subject: [PATCH] chore: update renovate config to match function-template-go Signed-off-by: Mark Anderson-Trocme --- renovate.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index e3d87ab..37f727e 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,23 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:recommended" + ], + "crossplane": { + "fileMatch": [ + "(^|/)example/.*\\.ya?ml$" + ] + }, + "packageRules": [ + { + "matchManagers": [ + "crossplane" + ], + "matchFileNames": [ + "example/**" + ], + "groupName": "examples" + } ], "postUpdateOptions": [ "gomodTidy",