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
2020-02-20 21:54:15 +01:00

9 lines
201 B
JSON

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