Found at https://gist.github.com/itz-Jana/2627b87f47a0141dd98636276bd2a1f6
18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"$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>.*?)\""
|
|
]
|
|
}
|
|
]
|
|
}
|