1
0
Fork 0
This repository has been archived on 2025-08-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mareshq-cthulhunetes-gitops/renovate.json
Vojtech Mares bbe5ad078c
chore(renovate): naive path matching to regex
Signed-off-by: Vojtech Mares <iam@vojtechmares.com>
2024-01-01 10:17:09 +01:00

11 lines
199 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>vojtechmares/renovate-config"
],
"argocd": {
"fileMatch": [
"apps\/.+\\.yaml$"
]
}
}