A lowly tech priest's attempt to please Mars
0
fork

Configure Feed

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

chore(config): migrate Renovate config (#37)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Reviewed-on: https://codeberg.org/bgotink/macharian/pulls/37

+18 -9
+18 -9
.renovaterc.json
··· 12 12 13 13 "replacements:k8s-registry-move" 14 14 ], 15 - "suppressNotifications": ["prEditedNotification", "prIgnoreNotification"], 16 - "ignorePaths": ["**/*secrets.yaml"], 15 + "suppressNotifications": [ 16 + "prEditedNotification", 17 + "prIgnoreNotification" 18 + ], 19 + "ignorePaths": [ 20 + "**/*secrets.yaml" 21 + ], 17 22 "flux": { 18 - "fileMatch": [ 19 - "(^|/)kubernetes/.+\\.yaml$" 23 + "managerFilePatterns": [ 24 + "/(^|/)kubernetes/.+\\.yaml$/" 20 25 ] 21 26 }, 22 27 "helm-values": { 23 - "fileMatch": [ 24 - "(^|/)kubernetes/.+\\.yaml$" 28 + "managerFilePatterns": [ 29 + "/(^|/)kubernetes/.+\\.yaml$/" 25 30 ] 26 31 }, 27 32 "kubernetes": { 28 - "fileMatch": [ 29 - "(^|/)kubernetes/.+\\.yaml$" 33 + "managerFilePatterns": [ 34 + "/(^|/)kubernetes/.+\\.yaml$/" 30 35 ] 31 36 }, 32 37 ··· 61 66 "ghcr.io/tensorchord/cloudnative-vectorchord", 62 67 "ghcr.io/cloudnative-pg/postgresql" 63 68 ], 64 - "matchUpdateTypes": ["minor", "patch", "digest"] 69 + "matchUpdateTypes": [ 70 + "minor", 71 + "patch", 72 + "digest" 73 + ] 65 74 } 66 75 ] 67 76 }