All checks were successful
CD / Release (push) Successful in 6s
The label added for docker-compose related package updates is supposed to be "docker" and not "docker-compose". Reviewed-on: #3 Reviewed-by: branch-buddy <branch-buddy@t00n.de> Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
10 lines
177 B
JSON
10 lines
177 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"docker-compose": {
|
|
"digest": {
|
|
"enabled": true
|
|
},
|
|
"addLabels": ["deps", "docker"]
|
|
}
|
|
}
|