diff --git a/renovate.json b/renovate.json index 7190a60..3996756 100644 --- a/renovate.json +++ b/renovate.json @@ -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 + } + ] }