fix: aktualisiere das Schema und füge Paketregeln in renovate.json hinzu
This commit is contained in:
+11
-1
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user