fix: korrigiere die Paketnamen für actions/artifact in renovate.json
Build And Test / build (push) Successful in 1m8s
Build And Test / Build and Publish Docker Image (push) Successful in 43s

This commit is contained in:
Matthias Hinrichs
2025-11-22 03:15:02 +01:00
parent 5bbd5745a8
commit eca6853b39
+2 -2
View File
@@ -4,8 +4,8 @@
{ {
"packageNames": [ "packageNames": [
"@actions/artifact", "@actions/artifact",
"upload-artifact", "actions/upload-artifact",
"download-artifact" "actions/download-artifact"
], ],
"enabled": false "enabled": false
} }