diff --git a/renovate.json b/renovate.json index 86409f1..31e47db 100644 --- a/renovate.json +++ b/renovate.json @@ -14,8 +14,8 @@ { "fileMatch": ["^.*\\.nix$"], "matchStrings": [ - "image *= *\"(?[^\"]+):(?[^\"]+)(@(?sha256:[a-f0-9]+))?\";", - "image *= *\"(?[^\"]+):(?[^\"]+)(@(?sha256:[a-f0-9]+))?\";" + "image *= *\"(?[^\"]+):(?[^\"]+)(@(?sha256:[a-f0-9]+))?\";", + "image *= *\"(?[^\"]+):(?[^\"]+)(@(?sha256:[a-f0-9]+))?\";" ], "datasourceTemplate": "docker" }