Migrate config renovate.json

This commit is contained in:
Renovate Bot 2026-06-24 19:10:14 +02:00
parent d07800b183
commit 9fdb160d75

View file

@ -15,8 +15,8 @@
{ {
"customType": "regex", "customType": "regex",
"datasourceTemplate": "docker", "datasourceTemplate": "docker",
"fileMatch": [ "managerFilePatterns": [
".+\\.nix$" "/.+\\.nix$/"
], ],
"matchStrings": [ "matchStrings": [
"\\s+image\\s+=\\s+\"(?<depName>.*?):(?<currentValue>.*?)(@(?<currentDigest>sha256:[a-z0-9]{64}))?\"" "\\s+image\\s+=\\s+\"(?<depName>.*?):(?<currentValue>.*?)(@(?<currentDigest>sha256:[a-z0-9]{64}))?\""