diff --git a/actions.json b/actions.json index 9f3db08..1ae2014 100644 --- a/actions.json +++ b/actions.json @@ -52,6 +52,21 @@ "matchPackageNames": [ "actions/checkout" ] + }, + { + "addLabels": [ + "renovate/automerge", + "renovate/github-action" + ], + "allowedVersions": "<6.0.0", + "automerge": true, + "enabled": true, + "matchManagers": [ + "github-actions" + ], + "matchPackageNames": [ + "peter-evans/dockerhub-description" + ] } ] } \ No newline at end of file