Configure Renovate #1

Open
renovate-bot wants to merge 7 commits from renovate/configure into main
Showing only changes of commit ddfe28de8d - Show all commits

View file

@ -2,5 +2,17 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"nix": {
"enabled": true
}
},
"customManagers": [
{
"customType": "regex",
"datasourceTemplate": "docker",
"fileMatch": [
".+\\.nix$"
],
"matchStrings": [
"\\s+image\\s+=\\s+\"(?<depName>.*?):(?<currentValue>.*?)\""
]
}
]
}