Fix: Aktiviert allowCustomCrateRegistries in renovate.json
Testing Build, Publish & Preview Release / Build, Publish Packages (Testing) & Create Preview Release (push) Skipped
TruffleHog Secret Scan / TruffleHog (push) Successful in 12s
Security Scans / Trivy & OSV-Scanner (push) Successful in 18s

This commit is contained in:
2026-09-11 23:22:32 +02:00
parent d247777667
commit 64a0aaa772
+1
View File
@@ -3,6 +3,7 @@
"extends": ["config:recommended"], "extends": ["config:recommended"],
"timezone": "Europe/Berlin", "timezone": "Europe/Berlin",
"schedule": ["before 6am on monday"], "schedule": ["before 6am on monday"],
"allowCustomCrateRegistries": true,
"baseBranchPatterns": [ "baseBranchPatterns": [
"dev" "dev"
], ],