From 5e0712a40c5c1cf99977e8a4d464e54249edfd64 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 11 Sep 2026 16:04:00 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/renovate.json b/renovate.json index f6417c7..717bd4d 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,9 @@ "extends": ["config:recommended"], "timezone": "Europe/Berlin", "schedule": ["before 6am on monday"], - "baseBranches": ["dev"], + "baseBranchPatterns": [ + "dev" + ], "packageRules": [ { "matchFileNames": [".gitea/workflows/**"], @@ -27,7 +29,9 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["^\\.gitea/workflows/.+\\.ya?ml$"], + "managerFilePatterns": [ + "/^\\.gitea/workflows/.+\\.ya?ml$/" + ], "matchStrings": [ "TRIVY_VERSION:\\s*\"(?[^\"]+)\"" ], @@ -37,7 +41,9 @@ }, { "customType": "regex", - "fileMatch": ["^\\.gitea/workflows/.+\\.ya?ml$"], + "managerFilePatterns": [ + "/^\\.gitea/workflows/.+\\.ya?ml$/" + ], "matchStrings": [ "OSV_SCANNER_VERSION:\\s*\"(?[^\"]+)\"" ], @@ -47,7 +53,9 @@ }, { "customType": "regex", - "fileMatch": ["^\\.gitea/workflows/.+\\.ya?ml$"], + "managerFilePatterns": [ + "/^\\.gitea/workflows/.+\\.ya?ml$/" + ], "matchStrings": [ "TRUFFLEHOG_VERSION:\\s*\"(?[^\"]+)\"" ], @@ -57,7 +65,9 @@ }, { "customType": "regex", - "fileMatch": ["^\\.gitea/workflows/.+\\.ya?ml$"], + "managerFilePatterns": [ + "/^\\.gitea/workflows/.+\\.ya?ml$/" + ], "matchStrings": [ "CARGO_BINSTALL_VERSION:\\s*\"(?[^\"]+)\"" ], @@ -67,7 +77,9 @@ }, { "customType": "regex", - "fileMatch": ["^\\.gitea/workflows/.+\\.ya?ml$"], + "managerFilePatterns": [ + "/^\\.gitea/workflows/.+\\.ya?ml$/" + ], "matchStrings": [ "CARGO_DEB_VERSION:\\s*\"(?[^\"]+)\"" ], @@ -76,7 +88,9 @@ }, { "customType": "regex", - "fileMatch": ["^\\.gitea/workflows/.+\\.ya?ml$"], + "managerFilePatterns": [ + "/^\\.gitea/workflows/.+\\.ya?ml$/" + ], "matchStrings": [ "CARGO_GENERATE_RPM_VERSION:\\s*\"(?[^\"]+)\"" ],