23 lines
643 B
JSON
23 lines
643 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>RenovateBot/renovate-config",
|
|
":semanticCommitTypeAll(chore)"
|
|
],
|
|
"ignoreDeps": ["postgres"],
|
|
"automerge": false,
|
|
"automergeType": "branch",
|
|
"packageRules": [
|
|
{
|
|
"description": "Scan group_vars/all.yml for Docker images",
|
|
"matchFiles": ["group_vars/all.yml"],
|
|
"matchStrings": [
|
|
"alpine_latest_image:\\s*\"(?<currentValue>.*?)\"",
|
|
"ubuntu_latest_image:\\s*\"(?<currentValue>.*?)\"",
|
|
"debian_latest_image:\\s*\"(?<currentValue>.*?)\""
|
|
],
|
|
"datasourceTemplate": "docker"
|
|
}
|
|
]
|
|
}
|