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 dfe4b7ac06
chore(renovate): add argocd apps
Signed-off-by: Vojtech Mares <iam@vojtechmares.com>
2024-01-01 10:12:53 +01:00

11 lines
203 B
JSON

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