fix: aktualisiere das Schema und füge Paketregeln in renovate.json hinzu
Build And Test / build (push) Successful in 51s
Build And Test / Build and Publish Docker Image (push) Failing after 31s

This commit is contained in:
Matthias Hinrichs
2025-11-22 02:32:29 +01:00
parent ed25e4a200
commit 0e4f439ba3
+11 -1
View File
@@ -1,3 +1,13 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"packageNames": [
"@actions/artifact",
"upload-artifact",
"download-artifact"
],
"enabled": false
}
]
} }