chore: Renovate - Turn off digest updates (#14948)

pull/14949/head
Paul Rogers 6 months ago committed by GitHub
parent e950251744
commit 0be884ecab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      .github/renovate.json5

@ -61,16 +61,17 @@
},
{
// Disable operator updates
"matchFileNames": ["operator/go.mod"],
"matchFileNames": ["operator/go.mod", "operator/api/loki/go.mod"],
"enabled": false,
"autoApprove": false,
"automerge": false
},
{
// Enable all other updates
"matchFileNames": ["!tools/lambda-promtail/go.mod", "!operator/go.mod"],
"matchFileNames": ["!tools/lambda-promtail/go.mod", "!operator/go.mod", "!operator/api/loki/go.mod"],
"groupName": "{{packageName}}",
"enabled": true,
"matchUpdateTypes": ["major", "minor", "patch"],
// After we have tested the above configuration, we can enable the following
"automerge": false,
"autoApprove": false

Loading…
Cancel
Save