chore(config): migrate config renovate.json
Unit-Tests / Unit-Tests (pull_request) Skipped
Testing Build, Publish & Preview Release / Build, Publish Packages (Testing) & Create Preview Release (push) Skipped
TruffleHog Secret Scan / TruffleHog (pull_request) Successful in 28s
TruffleHog Secret Scan / TruffleHog (push) Successful in 28s
Security Scans / Trivy & OSV-Scanner (pull_request) Successful in 39s

This commit is contained in:
Renovate Bot
2026-09-11 16:04:00 +00:00
parent 5768604ac9
commit 5e0712a40c
+21 -7
View File
@@ -3,7 +3,9 @@
"extends": ["config:recommended"], "extends": ["config:recommended"],
"timezone": "Europe/Berlin", "timezone": "Europe/Berlin",
"schedule": ["before 6am on monday"], "schedule": ["before 6am on monday"],
"baseBranches": ["dev"], "baseBranchPatterns": [
"dev"
],
"packageRules": [ "packageRules": [
{ {
"matchFileNames": [".gitea/workflows/**"], "matchFileNames": [".gitea/workflows/**"],
@@ -27,7 +29,9 @@
"customManagers": [ "customManagers": [
{ {
"customType": "regex", "customType": "regex",
"fileMatch": ["^\\.gitea/workflows/.+\\.ya?ml$"], "managerFilePatterns": [
"/^\\.gitea/workflows/.+\\.ya?ml$/"
],
"matchStrings": [ "matchStrings": [
"TRIVY_VERSION:\\s*\"(?<currentValue>[^\"]+)\"" "TRIVY_VERSION:\\s*\"(?<currentValue>[^\"]+)\""
], ],
@@ -37,7 +41,9 @@
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": ["^\\.gitea/workflows/.+\\.ya?ml$"], "managerFilePatterns": [
"/^\\.gitea/workflows/.+\\.ya?ml$/"
],
"matchStrings": [ "matchStrings": [
"OSV_SCANNER_VERSION:\\s*\"(?<currentValue>[^\"]+)\"" "OSV_SCANNER_VERSION:\\s*\"(?<currentValue>[^\"]+)\""
], ],
@@ -47,7 +53,9 @@
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": ["^\\.gitea/workflows/.+\\.ya?ml$"], "managerFilePatterns": [
"/^\\.gitea/workflows/.+\\.ya?ml$/"
],
"matchStrings": [ "matchStrings": [
"TRUFFLEHOG_VERSION:\\s*\"(?<currentValue>[^\"]+)\"" "TRUFFLEHOG_VERSION:\\s*\"(?<currentValue>[^\"]+)\""
], ],
@@ -57,7 +65,9 @@
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": ["^\\.gitea/workflows/.+\\.ya?ml$"], "managerFilePatterns": [
"/^\\.gitea/workflows/.+\\.ya?ml$/"
],
"matchStrings": [ "matchStrings": [
"CARGO_BINSTALL_VERSION:\\s*\"(?<currentValue>[^\"]+)\"" "CARGO_BINSTALL_VERSION:\\s*\"(?<currentValue>[^\"]+)\""
], ],
@@ -67,7 +77,9 @@
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": ["^\\.gitea/workflows/.+\\.ya?ml$"], "managerFilePatterns": [
"/^\\.gitea/workflows/.+\\.ya?ml$/"
],
"matchStrings": [ "matchStrings": [
"CARGO_DEB_VERSION:\\s*\"(?<currentValue>[^\"]+)\"" "CARGO_DEB_VERSION:\\s*\"(?<currentValue>[^\"]+)\""
], ],
@@ -76,7 +88,9 @@
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": ["^\\.gitea/workflows/.+\\.ya?ml$"], "managerFilePatterns": [
"/^\\.gitea/workflows/.+\\.ya?ml$/"
],
"matchStrings": [ "matchStrings": [
"CARGO_GENERATE_RPM_VERSION:\\s*\"(?<currentValue>[^\"]+)\"" "CARGO_GENERATE_RPM_VERSION:\\s*\"(?<currentValue>[^\"]+)\""
], ],