From 5f1d67748524f9c971a718b76190a204e11408f0 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Fri, 11 Sep 2026 22:12:42 +0200 Subject: [PATCH] Feat: Aktualisiert `renovate.json` auf die neuste Version. Co-Authored-By: Renovate-Bot --- renovate.json | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/renovate.json b/renovate.json index 9f7ce67..717bd4d 100644 --- a/renovate.json +++ b/renovate.json @@ -3,8 +3,9 @@ "extends": ["config:recommended"], "timezone": "Europe/Berlin", "schedule": ["before 6am on monday"], - "baseBranches": ["dev"], - "allowCustomCrateRegistries": true, + "baseBranchPatterns": [ + "dev" + ], "packageRules": [ { "matchFileNames": [".gitea/workflows/**"], @@ -28,7 +29,9 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["^\\.gitea/workflows/.+\\.ya?ml$"], + "managerFilePatterns": [ + "/^\\.gitea/workflows/.+\\.ya?ml$/" + ], "matchStrings": [ "TRIVY_VERSION:\\s*\"(?[^\"]+)\"" ], @@ -38,7 +41,9 @@ }, { "customType": "regex", - "fileMatch": ["^\\.gitea/workflows/.+\\.ya?ml$"], + "managerFilePatterns": [ + "/^\\.gitea/workflows/.+\\.ya?ml$/" + ], "matchStrings": [ "OSV_SCANNER_VERSION:\\s*\"(?[^\"]+)\"" ], @@ -48,7 +53,9 @@ }, { "customType": "regex", - "fileMatch": ["^\\.gitea/workflows/.+\\.ya?ml$"], + "managerFilePatterns": [ + "/^\\.gitea/workflows/.+\\.ya?ml$/" + ], "matchStrings": [ "TRUFFLEHOG_VERSION:\\s*\"(?[^\"]+)\"" ], @@ -58,7 +65,9 @@ }, { "customType": "regex", - "fileMatch": ["^\\.gitea/workflows/.+\\.ya?ml$"], + "managerFilePatterns": [ + "/^\\.gitea/workflows/.+\\.ya?ml$/" + ], "matchStrings": [ "CARGO_BINSTALL_VERSION:\\s*\"(?[^\"]+)\"" ], @@ -68,7 +77,9 @@ }, { "customType": "regex", - "fileMatch": ["^\\.gitea/workflows/.+\\.ya?ml$"], + "managerFilePatterns": [ + "/^\\.gitea/workflows/.+\\.ya?ml$/" + ], "matchStrings": [ "CARGO_DEB_VERSION:\\s*\"(?[^\"]+)\"" ], @@ -77,7 +88,9 @@ }, { "customType": "regex", - "fileMatch": ["^\\.gitea/workflows/.+\\.ya?ml$"], + "managerFilePatterns": [ + "/^\\.gitea/workflows/.+\\.ya?ml$/" + ], "matchStrings": [ "CARGO_GENERATE_RPM_VERSION:\\s*\"(?[^\"]+)\"" ],