16 lines
424 B
JSON
16 lines
424 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"customManagers": [
|
|
{
|
|
"description": "Update Docker image tags in Nomad job files",
|
|
"customType": "regex",
|
|
"fileMatch": ["\\.nomad\\.hcl$"],
|
|
"matchStrings": [
|
|
"image\\s*=\\s*\"(?<depName>[^:\"]+):(?<currentValue>[^\"]+)\""
|
|
],
|
|
"datasourceTemplate": "docker"
|
|
}
|
|
]
|
|
}
|