ci: skip grafana/loki updates in renovate (#15333)

pull/15063/head^2
Trevor Whitney 1 year ago committed by GitHub
parent 4fd005bc37
commit 5844face55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/renovate.json5

@ -48,6 +48,7 @@
"matchManagers": ["helm-requirements", "helm-values", "helmv3"],
"groupName": "helm-{{packageName}}",
"matchUpdateTypes": ["major", "minor", "patch"],
"matchPackageNames": ["!grafana/loki"], // This is updated via a different job
"autoApprove": false,
"automerge": false
},

Loading…
Cancel
Save