this repo has no description
0
fork

Configure Feed

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

at main 25 lines 1.0 kB view raw
1{ 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 "extends": [ 4 "github>samip5/renovate-config", 5 "github>samip5/renovate-config:automerge-github-actions", 6 "github>samip5/k8s-cluster//.github/renovate/clusters.json5", 7 "github>samip5/k8s-cluster//.github/renovate/autoMerge.json5", 8 "github>samip5/k8s-cluster//.github/renovate/customVersionSchemes.json5", 9 "github>samip5/k8s-cluster//.github/renovate/disabledDatasources.json5", 10 "github>samip5/k8s-cluster//.github/renovate/groups.json5", 11 "github>samip5/k8s-cluster//.github/renovate/labels.json5", 12 "github>samip5/k8s-cluster//.github/renovate/looseVersioning.json5", 13 "github>samip5/k8s-cluster//.github/renovate/pinnedVersions.json5" 14 ], 15 "ignorePaths": [".archive/**","**/archive/**", "k8s/**/config/**", "k8s/nebula/**"], 16 "flux": { 17 "fileMatch": ["k8s/.+\\.ya?ml$"] 18 }, 19 "helm-values": { 20 "fileMatch": ["k8s/.+\\.ya?ml$"] 21 }, 22 "kubernetes": { 23 "fileMatch": ["k8s/.+\\.ya?ml$"] 24 } 25}