This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/renovate.json

9 lines
198 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": ["maintenance"],
"enabledManagers": ["kubernetes"],
"dockerfile": {
"fileMatch": ["\\deployment.yaml$"]
}
}