Configure Renovate #1
1 changed files with 13 additions and 1 deletions
|
|
@ -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>.*?)\""
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue