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

21 lines
423 B
JSON
Raw Normal View History

2020-02-19 21:11:10 +00:00
{
2020-02-20 20:41:35 +00:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2020-02-20 20:47:14 +00:00
"labels": ["maintenance"],
"enabledManagers": ["kubernetes"],
2020-02-20 20:51:22 +00:00
"kubernetes": {
2020-02-21 08:12:06 +00:00
"fileMatch": ["(^|/)*\\.yaml$"],
"ignorePaths": ["monitoring/**"]
2020-02-22 16:09:13 +00:00
},
"packageRules": [
{
2020-04-01 19:15:43 +00:00
"paths": [
"renovate/**",
"tobru-ch/**",
"statping/**"
],
2020-02-23 18:37:41 +00:00
"automerge": true,
"requiredStatusChecks": null
2020-02-22 16:09:13 +00:00
}
]
2020-02-19 21:11:10 +00:00
}