Select Git revision
renovate.json

Robert Goldmann authored
renovate.json 203 B
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": [],
"packageRules": [
{
"matchPaths": [
"**/Dockerfile"
],
"enabled": false
}
]
}