From e67aff5d2220e9a418112f9d628344e0607714c9 Mon Sep 17 00:00:00 2001 From: Simon Schrottner Date: Fri, 27 Dec 2024 13:10:52 +0100 Subject: [PATCH] build(renovate): Utilize default OpenFeature Renovate configuration We do have a default OpenFeature Renovate configuration within our community-tooling repository. (https://github.com/open-feature/community-tooling/blob/main/renovate.json) To reduce maintenance efforts, we should stick to the general one as a basis. Signed-off-by: Simon Schrottner --- renovate.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/renovate.json b/renovate.json index 017d47bf3..e7be999ef 100644 --- a/renovate.json +++ b/renovate.json @@ -3,24 +3,11 @@ "constraints": { "go": "1.22" }, - "extends": [ - "config:recommended" - ], + "extends": ["github>open-feature/community-tooling"], "includePaths": [ "flagd/**", "flagd-proxy/**", "core/**", "test/**" - ], - "packageRules": [ - { - "matchUpdateTypes": ["minor", "patch"], - "matchCurrentVersion": "!/^0/", - "automerge": true - }, - { - "matchManagers": ["github-actions"], - "automerge": true - } ] }