feat: configure renovate to scan additional directories for ArgoCD manifests
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"argocd": {
|
||||
"fileMatch": [
|
||||
"^07_bootstrap_argocd/.+\\.ya?ml$",
|
||||
"^08_cluster_infrastructure/.+\\.ya?ml$",
|
||||
"^09_homelab_apps/.+\\.ya?ml$"
|
||||
]
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDatasources": [
|
||||
|
||||
Reference in New Issue
Block a user