this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(renovate): fix fileMatche expression for k8s

+1 -1
+1 -1
renovate.json
··· 2 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 3 "extends": ["config:recommended"], 4 4 "kubernetes": { 5 - "fileMatch": ["kubernetes/.+\\.yaml$"] 5 + "fileMatch": ["kubernetes/.+\\.ya?ml$"] 6 6 } 7 7 }