Revert "feat(renovate): keep R8 up-to-date with ToT"

This reverts commit 25c78eed91.
This commit is contained in:
Harsh Shandilya 2023-05-26 19:19:18 +05:30
parent 6c1a40d614
commit 0ebe949da6
No known key found for this signature in database
2 changed files with 1 additions and 14 deletions

View file

@ -86,18 +86,6 @@
"datasourceTemplate": "maven",
"depNameTemplate": "io.sentry:sentry-android",
"registryUrlTemplate": "https://repo1.maven.org/maven2/",
},
{
"fileMatch": [
"gradle/libs.versions.toml"
],
"matchStrings": [
"r8 = \"(?<currentDigest>.*)\""
],
"currentValueTemplate": "main",
"depNameTemplate": "r8",
"packageNameTemplate": "https://r8.googlesource.com/r8.git",
"datasourceTemplate": "git-refs",
}
]
}