From 9490379983fa4b35bbe8817c06bc45253d379d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Wannenmacher?= Date: Mon, 5 May 2025 16:14:44 +0200 Subject: [PATCH 1/2] chore(deps): renovate best-practices --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 202ea4c..9c3d961 100644 --- a/renovate.json +++ b/renovate.json @@ -2,7 +2,11 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "minimumReleaseAge": "3 days", "extends": [ - "config:recommended" + "config:recommended", + "config:best-practices", + "security:openssf-scorecard", + "helpers:pinGitHubActionDigests", + ":rebaseStalePrs" ], "postUpdateOptions": [ "gomodTidy" From 3ef0978d6b2a914571dd7910e3bc84875c5f4459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Wannenmacher?= Date: Tue, 6 May 2025 13:18:05 +0200 Subject: [PATCH 2/2] chore(deps): renovate Update all components from openmcp-project immediately --- renovate.json | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/renovate.json b/renovate.json index 9c3d961..28b9803 100644 --- a/renovate.json +++ b/renovate.json @@ -11,18 +11,15 @@ "postUpdateOptions": [ "gomodTidy" ], - "customManagers": [ + "packageRules": [ { - "description": "Match in Makefile and Dockerfile", - "customType": "regex", - "fileMatch": [ - "(^|/|\\.)([Dd]ocker|[Cc]ontainer)file$", - "(^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$", - "(^|/)Makefile$" + "matchPackageNames": [ + "github.com/gardener/openmcp-project/*" ], - "matchStrings": [ - "# renovate: datasource=(?[a-z-.]+?) depName=(?[^\\s]+?)(?: (lookupName|packageName)=(?[^\\s]+?))?(?: versioning=(?[^\\s]+?))?(?: extractVersion=(?[^\\s]+?))?(?: registryUrl=(?[^\\s]+?))?\\s(?:ENV |ARG )?.+?_VERSION ?(?:\\?=|=)\"? ?(?.+?)\"?\\s" - ] + "description": "Update all components from openmcp-project immediately", + "rebaseWhen": "auto", + "minimumReleaseAge": "0 days", + "enabled": true } ] }