diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 35ab1013..a1bc09e2 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -47,6 +47,8 @@ "packagePatterns": [ // Renovate refuses to stop resolving this from the snapshots repo "^app.cash.sqldelight", + // I want this to be resolved from the Git datasource rather than Maven + "^r8", ], "enabled": false },