diff --git a/default.template.json5 b/default.template.json5 index dbdbeba..44bd790 100644 --- a/default.template.json5 +++ b/default.template.json5 @@ -68,10 +68,9 @@ "enabled": true }, "packageRules": [ - // Maybe useful. Get it from https://github.com/renovatebot/.github/blob/d9b3c1914f4bf9dbecc6456610ca89530260572f/default.json#L39-L44 { - "description": "v prefix workaround for action updates", - "matchDepTypes": ["action"], + "description": "v prefix workaround for action and Dockerfile updates", + "matchDepTypes": ["action", "docker"], "extractVersion": "^(?v\\d+\\.\\d+\\.\\d+)$", "versioning": "regex:^v(?\\d+)(\\.(?\\d+)\\.(?\\d+))?$" },