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

This commit is contained in:
Harsh Shandilya 2023-05-26 00:39:10 +05:30
parent 6a50387c39
commit 25c78eed91
No known key found for this signature in database
2 changed files with 14 additions and 1 deletions

View file

@ -84,6 +84,18 @@
"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",
}
]
}